how we load the binary files into PTP(P2020) using codwarrior

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how we load the binary files into PTP(P2020) using codwarrior

1,170 次查看
nareshpuli
Contributor III

how we Import the Testapp and load it to PTP card using Code warrior TAP JTAG, Run the application

标签 (1)
0 项奖励
回复
1 回复

999 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello naresh puli,

I am not sure whether your test binary file is bareboard level program or Linux application.

If it is a bareboard program, please follow CodeWarrior new project wizards to create a bareboard project for P2020(select Download launch configuration), please modify the initialization file in C:\Freescale\CW_PA_v10.5.0\PA\PA_Support\Initialization_Files\QorIQ_P2 for your custom board, then specify it from Run->Debug Configuration->p1020rdbpd-core00_RAM_P1020_Download->Edit->Edit->Initialize target script. Please specify your application from Run->Debug Configuration->p1020rdbpd-core00_RAM_P1020_Download->C/C++ application.

CodeWarrior runs the initialization file first to do necessary configuration for the target board, then execute your app program.

If you run a Linux application program, you need to use "apptrk" program, please refer to "7.1 Debugging a Linux Application" in C:\Freescale\CW_PA_v10.5.0\PA\Help\PDF\Targeting_PA_Processors.pdf.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复