MCIMX8M-EVK - Linux image - development setup

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

MCIMX8M-EVK - Linux image - development setup

994 次查看
azhar
Contributor III

Hello folks.

I am new to MCIMX8M-EVK. I would like to setup by development environment. Can someone point to the correct setup file. For example, I have this file for imx8mplus:
fsl-imx-internal-wayland-glibc-x86_64-imx-image-full-aarch64-imx8mpevk-toolchain-5.4-zeus.sh

I need similar file for MCIMX8M-EVK.

Thanks in advance

Azhar

0 项奖励
回复
2 回复数

979 次查看
joanxie
NXP TechSupport
NXP TechSupport

if you need this .sh file,  you can use the command like:

DISTRO=fsl-imx-wayland MACHINE=imx8mmevk source imx-setup-release.sh -b build-wayland

bitbake image -c populate_sdk, for example choose core-image-minimal as image, then use the command like :

bitbake core-image-minimal -c populate_sdk, then you can find this under "build-wayland/tmp/work/imx8mmevk-poky-linux/core-image-minimal/1.0-r0$"

 

0 项奖励
回复

984 次查看
joanxie
NXP TechSupport
NXP TechSupport

if you need build environment for linux, you can refer to the yocto user guide

"https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf"

current bsp includes the compiler

 

0 项奖励
回复