IMX8mq not support L4.914.98 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8mq not support L4.914.98 ?

Jump to solution
606 Views
cotway
Contributor II

 download yocto  by:

   mkdir imx-yocto-bsp

cd imx-yocto-bsp

 repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
 repo sync

but,no MACHINE support imx8mqevk 

Labels (1)
0 Kudos
Reply
1 Solution
601 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

This version BSP support the i.MX8MQ, if you have finished the repo sync, you can go next steps to build images for the i.MX8MQ:

$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
This builds a Qt 5 Weston Wayland image. To build without Qt 5, build fsl-image-validation-imx.

Details you can refer to the i.MX_Yocto_Project_User's_Guide document.

View solution in original post

0 Kudos
Reply
2 Replies
602 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

This version BSP support the i.MX8MQ, if you have finished the repo sync, you can go next steps to build images for the i.MX8MQ:

$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
This builds a Qt 5 Weston Wayland image. To build without Qt 5, build fsl-image-validation-imx.

Details you can refer to the i.MX_Yocto_Project_User's_Guide document.

0 Kudos
Reply
594 Views
cotway
Contributor II

thanks.I had found.