SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By Martin Ludwig
#16878
Hallo

Die Version funktioniert bei mir leider gar nicht.
Openocd kann gestartet werden aber es kommt keine Telnet und keine
GDB Verbindung zu Stande.
Bei allen Vorversionen rc62 -rc80 klappt das.
Getestet auf mehreren PC´s und verschiedenen Betriebssystemen 2000 und
XP.

Martin
By mifi
#16879
Hello Martin,

I have double check it here, and downloaded the version from my page
too. But I have NO problem here. Is it possible that you have change
some settings from your personal firewall if available?

Regards,

Michael
By Martin Ludwig
#16881
hello michael,

no i´ve never changed this. i test it on a new machine 3G Intel with 2 GB Ram in an out of a vmware - always the same.
then i install the rc80 - telnet and gdb works fine. but the other problems are still there.

the only thing i´ve never tested is an old slow pc - i must look for one.
maybe it is a timing problem ?

best regards
martin

excuse me for my prior posting in german
By Martin Ludwig
#16882
new test

i think in the rc82 the new params jtag_nsrst_delay etc. have changed.
with the prior version (80) i must use big values to get connection to the amontec key 100000 for example - that was the problem in the new version
i changed to 1000 then telenet and gdb connection works - but the other problems still remain. i remember dominic write´s that he would do such a change.

best regads
martin
By Dominic
#16883
Hello Martin,

the jtag_n[st]rst_delay commands where intended to specify a time in miliseconds, but r80 accidentially used microseconds. This is fixed in r82, and now matches the documentation (http://openfacts.berlios.de/index-en.ph ... figuration).

As for your other problem:
Could you please send me (Dominic.Rath <at> gmx.de):
- the OpenOCD configuration file used
- the GDB startup script (if any)
- the GDB input/output
- a log from OpenOCD (run with -d -l <logfile>)

Regards,

Dominic