Running ASK binaries with ODM board

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

Running ASK binaries with ODM board

1,104 Views
rahulpatil
Contributor III

Hello Team,

We are using ODM board based on LS1046A CPU, Can you please let us know what is the procedure to flash the ASK binaries and test it corresponding to our ODM board.

ODM board : It is based on LS1046A CPU with 3 ethernet ports supported.(Yocto platform)

@karthikganesan @chandersharma 

Br,

Rahul

0 Kudos
Reply
1 Reply

1,080 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could use CodeWarrior to flash  ASK binaries on your target board.

1. Please refer to section "3.2 Working with bareboard application" in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\Getting_Started_for_CW_ARMv8.pdf to create a bareboard project in CodeWarrior IDE.

2. Please enable hard-coded RCW in CodeWarrior initialization file.

In Target Connections panel, please double click LS1046A_RDB(1) to open "Target Initialization File" panel, please modify "USE_SAFE_RCW = False" to "USE_SAFE_RCW = True", then save the configuration, and try to connect to your target board.

3. Please refer to section "7.7 Using flash programmer from eclipse IDE" in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual to do flash programming in CodeWarrior IDE.

 

0 Kudos
Reply