From: Joerg W. <j...@ur...> - 2014-02-02 07:11:53
|
As Noonien Soong wrote: > I am trying to run avarice with an Atmel AVRICE mkII on a Windows > 7x64 machine for setting a gdbserver. You mean, a JTAGICE mkII? How did you attach that to your system? > /AVaRICE version 2.8, Nov 7 2008 22:02:05// Umm, that's *way* old. We have version 2.13 now. > I also tried to other comports, but nothing. Wait, you didn't use a serial connection but USB? First, you have to tell AVaRICE that you're using a JTAGICE mkII, with the -2 option (or --mkII, if you prefer the long options). Then, if it's connected through USB, pass the name "usb" to the --jtag option. avarice -2 -j usb :4242 or with long options: avarice --mkII --jtag usb :4242 (There's normally no need to specify the --part option, as JTAG can always autodetect the device information.) -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) |