YOcto flash emmc fails

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

YOcto flash emmc fails

Jump to solution
1,384 Views
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 Kudos
Reply
1 Solution
1,354 Views
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


View solution in original post

0 Kudos
Reply
2 Replies
1,363 Views
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 Kudos
Reply
1,355 Views
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 Kudos
Reply