How to load Linux Image into Flash NOR QSPI using custom board based on iMX93

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to load Linux Image into Flash NOR QSPI using custom board based on iMX93

ソリューションへジャンプ
869件の閲覧回数
Bob_NXP_user
Contributor III

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.

 

24282b04-4e7a-4dc8-8655-f32a4626ec8b.jpg

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.

  1. What am I doing wrong with the .wic download?
  2. What am I supposed to do in order to flash the .wic file into QSPI-flash?
  3. Do I need to change something into the source files of the bootloader or it should be working as it comes from the nxp site?

Thanks in advance,

Best regards,

Bob

 

1 解決策
862件の閲覧回数
saxejeh
Contributor II
0 件の賞賛
返信
5 返答(返信)
841件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

  • The following command burns boot image into FlexSPI NAND:
uuu -b spi_nand <nand_uuu_fw> <bootloader>
  • To generate boot image for FlexSPI NAND boot on i.MX 93, run the following command:
make SOC=iMX93 flash_singleboot_spinand
  • Note: Two binaries are generated:
    • flash.bin is the boot image burned into the SPI NAND.
    • flash_fw.bin is the NAND UUU FW image used by the UUU tool.

Regards

 

0 件の賞賛
返信
836件の閲覧回数
Bob_NXP_user
Contributor III
Hello,
I'm using Flash-NOR QSPI.
0 件の賞賛
返信
863件の閲覧回数
saxejeh
Contributor II
0 件の賞賛
返信
747件の閲覧回数
Bob_NXP_user
Contributor III
Thanks, it helped me a lot.
Bob
0 件の賞賛
返信
839件の閲覧回数
Bob_NXP_user
Contributor III

Hello @saxejeh ,

thank you, I will try it following the patch for imx93 and I'll let you know.

Best regards,

Bob

0 件の賞賛
返信