debug an ARM via parallel port (Linux)

Torsten Mohr tmohr@s.netic.de
Sun Jan 12 17:32:00 GMT 2003


Hi,

i was able to debug my ARM7TDMI evaluation board with an
Atmel AT91M40400 via the parallel port.  Thanks for all your
support.

The project can be downloaded from:

http://www.s.netic.de/tmohr/pppcb-0.5.0.tar.bz2

It compiles several libraries and programs, especially
"pppcb_arm_rgdb".

This starts the server (user-space, don't need to be root)
to listen on port 2000:

pppcb_arm_rgdb --breakpoints=sw -p 2000

In gdb you can then use "target remote localhost:2000" to
debug the target.


It worked for me, success/failure messages from others
would be interesting for me.


Best regards,
Torsten.



More information about the Gdb mailing list