Hi,
https://community.nxp.com/t5/CodeWarrior-for-QorIQ/LS1012-custom-board-JTAG-speed-too-low/m-p/600766
Could you please share the files mentioned in the step 3 of the above post?
3. Please put images files in
C:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb\bin.
Regards,
Hi,
Thanks for sharing the files. I'm facing issue with the write. Please find the logs below
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]
If i try loading the other FRMY file, i'm able to load. Any suggestions to fix this issue?
(qspi) fl_write 0x0 firmware_ls1012afrwy_uboot_qspiboot.img --erase
Erasing from offset 0x0 1.49MB
Writing...
Wrote "firmware_ls1012afrwy_uboot_qspiboot.img" in 22.83s
Thanks
You could get LS1012ARDB firmware image from LSDK 21.08
$ 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