LS1046A uses CodeWarrior to burn firmware on the Windows platform. The bare board connects to the PC through CodeWarrior TAP and hopes to perform the burn steps in the command line mode. How to write the command line instruction of the above burning function?
Solved! Go to Solution.
You could use flash programmer to recovery the board. You could find the user case from C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual, page 140, if the customer board support RCW override. If not , please use Hard-Code RCW.
It is recommended to disconnect RESET_REQ_B from PORESET_B when recovery the board.
For the flash commands, please refer to C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual, page 96.
You could use flash programmer to recovery the board. You could find the user case from C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual, page 140, if the customer board support RCW override. If not , please use Hard-Code RCW.
It is recommended to disconnect RESET_REQ_B from PORESET_B when recovery the board.
For the flash commands, please refer to C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual, page 96.