11-20-2017 01:04 PM
Pealinux seems to download X11 version from gitenterprise .xilinx.com
How I can get fbdev version of Mali userspace libs ?
11-20-2017 09:55 PM
Hi,
Switch Petalinux to FBDEV and the respective mali libraries will be picked
Add this in your /scratch $PETALINUX_BSP/project-spec/meta-user/conf/petalinuxbsp.conf
DISTRO_FEATURES_remove_zynqmp = " x11"
Now build your project for fbdev
Hope this helps
Regards
Madhubala
11-20-2017 09:55 PM
Hi,
Switch Petalinux to FBDEV and the respective mali libraries will be picked
Add this in your /scratch $PETALINUX_BSP/project-spec/meta-user/conf/petalinuxbsp.conf
DISTRO_FEATURES_remove_zynqmp = " x11"
Now build your project for fbdev
Hope this helps
Regards
Madhubala
11-22-2017 07:52 AM