codewarriortap/gdb for ls1046ardb

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

codewarriortap/gdb for ls1046ardb

1,024 Views
ericmoors
Contributor I

To use gdb via the codewarrior tap with the LS1046ARDB some gdb monitor commands are needed according to the example video for previous (refence design) boards. I can connect to the gdb proxy on the codewarrior tap, but to connect to the board, the jtag chain must be known/configured:

 (gdb) mon jtag_chain

Chain not configured

Not connected to target

(gdb) mon connect

Connected to CCS

Connected to probe fpga

Unknown target

Protocol error with Rcmd

As these monitor command are extensions to the normal gdb and nxp specific, I need to know how to configure gdb to be able to connect to the target. Do you have ls1046ardb_init.gdb file? Can you at least provide the required information/commands need to connect to the target via the gdbproxy on the codewarrior tap.

0 Kudos
Reply
1 Reply

697 Views
Pavel
NXP Employee
NXP Employee

Look at the following:

http://www.nxp.com/video/board-level-bringup-using-codewarrior-tap-and-gdb:BOARDLVL_CWTAPGDB_VID

 

It is too old demo project. This demo project is closed now.

 

Create please technical case if additional information is needed.

See the following:

https://community.nxp.com/thread/381898


Have a great day,
Pavel Chubakov

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

0 Kudos
Reply