IMX8mq not support L4.914.98 ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMX8mq not support L4.914.98 ?

跳至解决方案
679 次查看
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 

标签 (1)
0 项奖励
回复
1 解答
674 次查看
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 项奖励
回复
2 回复数
675 次查看
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 项奖励
回复
667 次查看
cotway
Contributor II

thanks.I had found.