Using Windows PC How to Copy Images to SDCARD for IMX8M Mini EVK

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

Using Windows PC How to Copy Images to SDCARD for IMX8M Mini EVK

Jump to solution
1,949 Views
sreedhar_appala
Contributor IV

Hi,

I am working with IMX8M Mini EVK and yocto project build details:

Build Configuration:
BB_VERSION = "1.38.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-16.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mmevk"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "4.14-sumo"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""

I need to copy the build images to sdcard using windows machine now. earlier I was copying using the Linux PC.

Could you please suggest any tool or mechanism to copy the build images to sdcard using windows PC.

Thank you, Sreedhar

0 Kudos
1 Solution
1,845 Views
joanxie
NXP TechSupport
NXP TechSupport

you can download uuu from the link as below:

Releases · NXPmicro/mfgtools · GitHub 

uuu.exe is for windows

View solution in original post

0 Kudos
6 Replies
1,845 Views
joanxie
NXP TechSupport
NXP TechSupport

you can use uuu tool to download the image to the sd card, the command like:

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

0 Kudos
1,845 Views
sreedhar_appala
Contributor IV

Hi Joan Xie,

Thank you for the quick response.

You mean: using the below cmd

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

we can flash the images into the sdcard using "windows PC"

So far I was doing using Linux PC only.

Can you please confirm again: we can flash the images into SDCARD using the uuu tool using windows PC.

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

Thank you, Sreedhar

0 Kudos
1,845 Views
joanxie
NXP TechSupport
NXP TechSupport

"Can you please confirm again: we can flash the images into SDCARD using the uuu tool using windows PC."

>is it your typo? do you want to confirm linux, right?

uuu has two versions, one for linux and another one for windows, you can download uuu for linux

0 Kudos
1,845 Views
sreedhar_appala
Contributor IV

Hi Joan Xie,

Thank you, I want to do using windows, As mentioned I will try with windows version utility.

Thank you, Sreedhar

0 Kudos
1,846 Views
joanxie
NXP TechSupport
NXP TechSupport

you can download uuu from the link as below:

Releases · NXPmicro/mfgtools · GitHub 

uuu.exe is for windows

0 Kudos
1,845 Views
sreedhar_appala
Contributor IV

Thank you Joan Xie

0 Kudos