Hello guys,
I am using imx6 on customized board. I need to update to the L4.9.11_1.0.0, using X11 on this version. So I use following configurations:
DISTRO=fsl-imx-x11 MACHINE=imx6solosabresd source fsl-setup-release.sh -b build-x11
bitbake fsl-image-validation-imx
I have two questions:
1. Is X11 supported on this yocto BSP? Is above configurations correct for getting X11 image for imx6 solo?
2. With this yocto, how can I build a toolchain?
Thank you in advance.
BR,
Xiao
Solved! Go to Solution.
Hello Xiao Qiang,
You can find more details of the supported configurations on the BSP documentation, available on the following link:
You can build an X11 image for the i.MX6 Solo by following the steps on the documentation. The configuration you listed is correct.
Once the build directory is initialized you can run the following command to extract the toolchain:
$ bitbake meta-toolchain
I hope this helps,
Regards,
Hello Xiao Qiang,
You can find more details of the supported configurations on the BSP documentation, available on the following link:
You can build an X11 image for the i.MX6 Solo by following the steps on the documentation. The configuration you listed is correct.
Once the build directory is initialized you can run the following command to extract the toolchain:
$ bitbake meta-toolchain
I hope this helps,
Regards,
Hi Gusarambula,
Thanks for your reply. I have another two question:
1. Using above default local.conf, execute “bitbake fsl-image-validation-imx", will I get filesystem using "systemd" or "sysvinit"?
2. If the default building is not "sysvinit", how can I change to build filesystem using "sysvinit"?
Thank you.
Best Regards,
Xiao