Firmware burn write step command line instruction

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

Firmware burn write step command line instruction

Jump to solution
402 Views
Kevin06
Contributor I

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?

0 Kudos
1 Solution
374 Views
June_Lu
NXP TechSupport
NXP TechSupport

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.

View solution in original post

0 Kudos
1 Reply
375 Views
June_Lu
NXP TechSupport
NXP TechSupport

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.

0 Kudos