Hi,
I dowloaded iMX93 evk prebuilt images "LF_v6.1.1_1.0.0_images_IMX93EVK", there are lots of dtb, bin files in the package. I wish to flash back the default images, which image should I flash and how ?
I tried using uuu to flash "imx-image-full-imx93evk.tar.zst", but an error pops up as per below
I tried switch to using a linux host machine, the uuu outcome remains. What went wrong ?
Thanks.
Solved! Go to Solution.
Hello,
I hope you are doing well.
I suggest you use the next command with the board on USB serial download mode.
uuu -b emmc_all imx-image-full-imx93evk.wic
Best regards.
Jorge.
Hello,
I hope you are doing well.
I suggest you use the next command with the board on USB serial download mode.
uuu -b emmc_all imx-image-full-imx93evk.wic
Best regards.
Jorge.
Thank you. It works.