Help With OpenOCD on Windows

We have a AT91SAM7x and a Wiggler Jtag cable. We are using the “cfgs” that come with OpenOCD 0.4.0 namely parport.cfg and AT91SAM7s.cfg.

Giveio drivers have been installed and we are using the correct parallel port address.

When we run OpenOCD with the two config files this what we get–>

C:\oocd\bin>openocd -f parport.cfg -f at91sam7s.cfg

Open On-Chip Debugger 0.4.0 (2010-02-22-19:05)

Licensed under GNU GPL v2

For bug reports, read

http://openocd.berlios.de/doc/doxygen/bugs.html

parport port = 0x378

srst_only srst_pulls_trst srst_gates_jtag srst_open_drain

Warn : use ‘at91sam7x.cpu’ as target identifier, not ‘0’

Info : clock speed 500 kHz

Info : JTAG tap: at91sam7x.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787, part: 0

xf0f0, ver: 0x3)

Info : Embedded ICE version 1

Info : at91sam7x.cpu: hardware has 2 breakpoint/watchpoint units

At this point DOS becomes unresponsive and we have to use Ctrl+Break to stop execution.

Help Please.

Thanks

that is okay I believe, let it open, and don’t close, open another instance of DOS, do the work there,

Open DOS, then type

telnet localhost 4444

if successfully connected, you can now do your job

that as far as I understand your concern

Will try to do this in the evening and post back on progress, if any. Thanks.

Tested. Works. Thanks a lot!