How to Install CodeWarrior TRK on Target System?

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

How to Install CodeWarrior TRK on Target System?

1,172 Views
bhagathchandar
Contributor I

Hi,

      I am using Code Warrior 10.5.1 in window 7. I am create linux application.. It will generate  .elf file.. In Debug Time,  following  error will appear,

 Error launching t4240_app_Linux_Application_Download
CodeWarriorTRKProtocolPlugin : Can't connect to AppTRK (Either target reset may be required or mismatch between selected and connected com port or com port not connected.)

How to solve the issue ?

How to execute .elf file with target system and trace llinus application..

Then How to codewarrior link with Apptrk connection.... 

plz give me the idea.....

 

I don't know if I have done a minor error or if the approach is totally wrong.

 

Best Regards

bhagath

0 Kudos
1 Reply

672 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to "7.1 Debugging a Linux Application" in the document C:\Freescale\CW_PA_v10.5.1\PA\Help\PDF\Targeting_PA_Processors.pdf to debug Linux application program.

You need to run apptrk on the target board, AppTRK program is a debug monitor that resides on the embedded system OS (along with target applications) and communicates with the CodeWarrior debugger. AppTRK acts as the interface between the debugger and the target board. CodeWarrior connects to the target board through Ethernet.

You could build AppTRK.elf with the source provide in C:\Freescale\CW_PA_v10.5.1\PA\PA_Tools of CodeWarrior installation path, then tftp the elf file to the target board.

Linux SDK also provide apptrk package, you could build rootfs image with apptrk included.


Have a great day,
TIC

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

0 Kudos