|
From: Theodore A. R. <tr...@op...> - 2004-11-19 16:11:47
|
On Fri, 19 Nov 2004, Christian Fl=FCgel wrote: > So after a few growing pains I am now running HEAD on cygwin. > > Unfortunately I have still dificulties using avarice with my JTAG-Pod. > > Sometimes I get "Reply contains invalid hex digit 59" errors from gdb whe= n > executing commands. Furthermore a Control-C after an continue will not > work (gdb hangs) There's a few things you can try. What CPU clock are you using? You might try reducing the jtag bit rate with the '-B' option. We really need more information in order to diagnose your problem. Try running avarice with debug info turned on (the '-d' option). Also, you could turn on remote debugging in gdb with this command (gdb) set debug remote 1 That may give you a clue as to what is going on. Posting both outputs to the list would give us a chance to see what is happening. Which flavor of windows are you using? Which target avr device are using? What is the CPU clock rate of the target? What does 'avarice -r' report for the fuse setting? Are you using a standard rs232 port or a rs232 USB dongle? Are you using a the old jtagice box or a newer jtagice-mkII box? [Note that avarice does not support the mkII yet.] --- Ted Roth PGP Key ID: 0x18F846E9 Jabber ID: tr...@ja... |