YOcto flash emmc fails

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

YOcto flash emmc fails

跳至解决方案
1,380 次查看
ilanganor1
Contributor III

I am building image as such:

export MACHINE=imx8mqevk
DISTRO=fsl-imx-wayland MACHINE=${MACHINE} source imx-setup-release.sh

andflash using : 


sudo ./uuu -b emmc_all imx-boot-imx8mqevk-sd.bin-flash_evk core-image-base-imx8mqevk.wic.bz2

device do not print anything on boot

 

to test I flashed the demo image: 

sudo ./uuu -b emmc_all imx-image-full-imx8mpevk.wic

which works perfrectlly fine

0 项奖励
回复
1 解答
1,350 次查看
ilanganor1
Contributor III

ok issue found

 

for the evk, I needed to build for machine type imx8mpevk and not imx8mqevk as I originally built

I was abble to flash well using this:

 

sudo ./uuu -b emmc_all imx-boot core-image-base-imx8mpevk.wic.zst


在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,359 次查看
joanxie
NXP TechSupport
NXP TechSupport

it seems that you didn't download the correct own image, try to find .wic.zst image, if you still couldn't find it, sent your built image list to me, let me tell you which one you use

0 项奖励
回复
1,351 次查看
ilanganor1
Contributor III

ok issue found

 

for the evk, I needed to build for machine type imx8mpevk and not imx8mqevk as I originally built

I was abble to flash well using this:

 

sudo ./uuu -b emmc_all imx-boot core-image-base-imx8mpevk.wic.zst


0 项奖励
回复