Hello everyone,
I'm tryng to flash into my custom iMX93 board with UUU the .wic. I'm using this built-in command:
uuu.exe -b qspi core-image-minimal-imx93-11x11-lpddr4x-evk.rootfs-20250328061745.wic
But it doesn't work.
The only thing that works is the bootloader. Indeed, when I use the following command:
uuu.exe -b qspi imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot
the bootloader starts, even if I reset the board with the boot mode configuration "FlexSPI Serial NOR", so I think it is correctly flashed into memory.
Thanks in advance,
Best regards,
Bob
Solved! Go to Solution.
I followed this document and it works. https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/all-bootloader-device-tree-Linux-kernel-...
Hello,
uuu -b spi_nand <nand_uuu_fw> <bootloader>
make SOC=iMX93 flash_singleboot_spinand
Regards
I followed this document and it works. https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/all-bootloader-device-tree-Linux-kernel-...
Hello @saxejeh ,
thank you, I will try it following the patch for imx93 and I'll let you know.
Best regards,
Bob