How to use uuu emmc flash *. wic.zst file?

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

How to use uuu emmc flash *. wic.zst file?

跳至解决方案
5,614 次查看
lidongxu
Contributor II

I previously built version L5.10 of Yocto's BSP, which has a mirror file of * wic.bz2, so I used this command to flash.

uuu -b emmc_all imx-boot-imx8mp-ai-robot-sd.bin-flash_evk imx-image-multimedia_imx8mp-ai-robot.wic.bz2

However, when building version L6.1, it generated *. wic.zst. Should I use the same command to flash? Do I need to make some modifications?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
5,574 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide

The following command decompresses zst file and writes into eMMC:
uuu -b emmc_all <bootloader> <rootfs.wic.zst/*>

在原帖中查看解决方案

0 项奖励
回复
4 回复数
5,575 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide

The following command decompresses zst file and writes into eMMC:
uuu -b emmc_all <bootloader> <rootfs.wic.zst/*>

0 项奖励
回复
5,572 次查看
lidongxu
Contributor II
Thank you very much for your reply!
Does this mean that there is no difference between. wic.bz2 and. wic.zst? For Flash ? Can I understand it this way ?
0 项奖励
回复
5,565 次查看
joanxie
NXP TechSupport
NXP TechSupport

 they are just different zip format, old bsp version uses bz2, current bsp uses zst, if you use the latest uuu tool, which should support them both

0 项奖励
回复
5,559 次查看
lidongxu
Contributor II
Thank you very much for your help!

Best wishes
0 项奖励
回复