YOcto flash emmc fails

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

YOcto flash emmc fails

ソリューションへジャンプ
1,858件の閲覧回数
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,828件の閲覧回数
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,837件の閲覧回数
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,829件の閲覧回数
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 件の賞賛
返信