Problem loading the files

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

Problem loading the files

454 Views
mdanish
Contributor I

Hi,

 

I'm facing an issue while loading the files to our custom-designed LS1012A board. I used the below command to download the files and write them to the flash.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1012ardb_qspiboot.img

Then run the following command.

fl_unprotect 0x0 0x4000000
fl_write 0x0 firmware_ls1012ardb_qspiboot.img  --erase

Running init script c:\freescale\cw4net_v2020.06\cw_armv8\armv8\gdb_extensions\flash\scripts/../../../../Config/boards/LS1012A_RDB_init.py
Initialized board LS1012A_RDB.
______ __ _ __ _
/ ____/____ ____/ /___ | | / /____ _ _____ _____ (_)____ _____
/ / / __ \ / __ // _ \| | /| / // __ `// ___// ___// // __ \ / ___/
/ /___ / /_/ // /_/ // __/| |/ |/ // /_/ // / / / / // /_/ // /
\____/ \____/ \__,_/ \___/ |__/|__/ \__,_//_/ /_/ /_/ \____//_/

______ __ __
/ ____// /____ _ _____ / /_
/ /_ / // __ `// ___// __ \
/ __/ / // /_/ /(__ )/ / / /
/_/ /_/ \__,_//____//_/ /_/

(qspi) fl_unprotect 0x0 0x4000000
Unprotecting...
Unprotected 64.00MB in 0.06s
(qspi) fl_write 0x0 firmware_ls1012ardb_qspiboot.img --erase
Erasing from offset 0x0 51.98MB
Writing...
Flash programming operation failed.
//
Additional error details:
[FP: wait for target callback not set or not working]

 

I have made changes to the Hard coded RCW, still the same problem. 

Thanks in advance

 

0 Kudos
1 Reply

437 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please check whether you could program attached bl2_qspi.pbl file at 0x0 and fip_uboot.bin at 0x100000 on QSPI flash.

0 Kudos