Re: [Openocd-development] Problem with GDB and atmega128

2010-06-14 Thread David Brownell
To support that chip for debugging, we'd need specs  for more of its JTAG operations ... Atmel has not made them public. (yet). Meanwhile, I understand that you can use OpenOCD to program flash on such AVR8 chips... but not debug. (Atmel did document those operations.) __

Re: [Openocd-development] Problem with GDB and atmega128

2010-06-14 Thread Øyvind Harboe
There isn't really any target support for that CPU in OpenOCD. See the source. -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _

[Openocd-development] Problem with GDB and atmega128

2010-06-14 Thread Vianney Pouget
Hi, I'm working on a new driver for openOCD. I'm ready to test it with an ATMEGA 128. Here is my config file : (bvsjtag is my driver ;) ). debug_level 3 #daemon configuration telnet_port gdb_port source [find interface/bvsjtag.cfg] reset_config trst_and_srst sou