Flashing *.wic Images into SDCARD using windows PC via UART

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

Flashing *.wic Images into SDCARD using windows PC via UART

跳至解决方案
3,084 次查看
sreedhar_appala
Contributor IV

Hi,

I am working with i.MX8MM EVK, Yocto distribution imx-sumo-4.14

All these days I am using Linux PC and using "dd" command to flash the SDCARD.

I wish to flash the build binaries .wic.bz2 images into SDCARD using windows PC.

Also i wish to flash only the kernel image using windows PC.

with USB and UART interface.

Could you please suggest the technique and steps to flash the SDCARD.

Thank you, Sreedhar

0 项奖励
1 解答
3,068 次查看
joanxie
NXP TechSupport
NXP TechSupport

one can use uuu tools to download the images to the sdcard by type C port,

the commands like:

uuu.exe -b sd_all bootloader xxx.sdcard , for example:

uuu.exe -b sd_all imx-boot-imx8mmevk-sd.bin-flash_evk fsl-image-validation-imx-imx8mmevk.sdcard

在原帖中查看解决方案

0 项奖励
2 回复数
3,069 次查看
joanxie
NXP TechSupport
NXP TechSupport

one can use uuu tools to download the images to the sdcard by type C port,

the commands like:

uuu.exe -b sd_all bootloader xxx.sdcard , for example:

uuu.exe -b sd_all imx-boot-imx8mmevk-sd.bin-flash_evk fsl-image-validation-imx-imx8mmevk.sdcard

0 项奖励
3,057 次查看
sreedhar_appala
Contributor IV

Thank you Joanxie!!           

0 项奖励