TechNexion / tn-imx-yocto-manifest

TechNexion i.MX Yocto manifests
25 stars 11 forks source link

TEK3-IMX6 is not supported #20

Closed letis33 closed 1 year ago

letis33 commented 2 years ago

Hello,

How can I build a Zeus version for TEK3-IMX6 as it is not liisted in the Supported Plarform ?

yoooh8668 commented 2 years ago

Hi there,

TEK3-IMX6 with yocto 3.0 will release in this weekend, But if you do want to try it now, here is the command: $ repo init -u https://github.com/TechNexion/tn-imx-yocto-manifest.git -b zeus_5.4.y-next -m imx-5.4.70-2.3.0.xml $ repo sync $ WIFI_FIRMWARE=y WIFI_MODULE=ath-pci DISTRO=fsl-imx-x11 MACHINE=tek-imx6 source tn-setup-release.sh -b build-x11-tek-imx6 $ bitbake fsl-image-qt5-validation-imx

Please do check if the source/meta-tn-imx-bsp is in zeus_5.4.70-2.3.0-next branch.

THANKS~~ Joe

letis33 commented 2 years ago

Hi Joe,

Thanks for your reply.