UUU failure to flash SPI flash memory in i.MX8QX board

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

UUU failure to flash SPI flash memory in i.MX8QX board

735 Views
Ramprakash
Contributor II

Hi All,

I am trying to flash SPI flash memory in iMX8QX board with SCUFW along with the uboot. The iMX board has Linux v4.14.98, and I have built the SCUFW using imx-scow-porting-kit-1.3.0, uboot imx_v2018.03_4, UUU_1.3.0 and also the latest UUU. But whenever I try to use the command:

uuu -b qspi flash_uboot.bin flash.bin 

I am getting the following error: "

nikola@NikolaTesla:iMX8QX$ sudo uuu -b qspi flash_uboot.bin flash_scfw.bin 

uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.154-0-g47ddef5

 

Success 0    Failure 1                                                                                                           

                                                                                                                                  

                                                                                                                                  

1:1      1/ 1 [HID(W):LIBUSB_ERROR_IO                ] SDPS: boot -f flash_uboot.bin -skipfhdr 

"

I have tried several different image even the prebuilt image "

sudo uuu -b qspi imx-boot-imx8qxpmek-fspi.bin-flash_flexspi

"

But both returns the same error. How to fix this issue?

Thanks and Regards

Ramprakash

0 Kudos
1 Reply

701 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

How about use this "

sudo ./uuu -v -b qspi imx-boot-imx8qxpmek-fspi.bin-flash_spl_flexspi‍

"

0 Kudos