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
已解决! 转到解答。
you can download uuu from the link as below:
Releases · NXPmicro/mfgtools · GitHub
uuu.exe is for windows
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
"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