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

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

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

Jump to solution
2,975 Views
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 Kudos
1 Solution
2,959 Views
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

View solution in original post

0 Kudos
2 Replies
2,960 Views
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 Kudos
2,948 Views
sreedhar_appala
Contributor IV

Thank you Joanxie!!           

0 Kudos