I just want to give a little update so you can concentrate on the real issues, the slow programming.
With the new 5.8 version it is now 95s, but on windows it is still only ~5s... any idea why so slow? By the way I tried to connect the reset to ground, but this doesn't make it faster. By reading through this mailing list I was able to compile 5.8 version now, looks like I was missing flex package as well... so I did a: sudo apt-get install flex byacc bison If I don't use the -D I still get this error (RSP_ILLEGAL_EMULATOR_MODE)? I guess I also had this in 5.6, but without displaying the message. Because I was never able to use the program without -D... should this work? Regards, Markus PS: sorry for the double post... mar...@ubuntu:~/avr/HIDKeys.2007-03-29_change$ make flash avrdude -s -U HIDKeys.hex -c jtag2isp -p 2313 -P usb -D avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.15s avrdude: Device signature = 0x1e9101 avrdude: current erase-rewrite cycle count is 2147483647 (if being tracked) avrdude: reading input file "HIDKeys.hex" avrdude: input file HIDKeys.hex auto detected as Intel Hex avrdude: writing flash (1866 bytes): Writing | ################################################## | 100% 95.22s avrdude: 1866 bytes of flash written avrdude: verifying flash memory against HIDKeys.hex: avrdude: load data flash data from input file HIDKeys.hex: avrdude: input file HIDKeys.hex auto detected as Intel Hex avrdude: input file HIDKeys.hex contains 1866 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 95.21s avrdude: verifying ... avrdude: 1866 bytes of flash verified avrdude: jtagmkII_close(): bad response to GO command: RSP_ILLEGAL_EMULATOR_MODE avrdude done. Thank you. > Here is my console output > > mar...@ubuntu:~/avr/HIDKeys.2007-03-29_change$ avrdude -U HIDKeys.hex -c > jtag2isp -p 2313 -P usb -D > > avrdude: AVR device initialized and ready to accept instructions > > Reading | ################################################## | 100% 0.15s > > avrdude: Device signature = 0x1e9101 > avrdude: current erase-rewrite cycle count is 2147483647 (if being tracked) > avrdude: reading input file "HIDKeys.hex" > avrdude: input file HIDKeys.hex auto detected as Intel Hex > avrdude: writing flash (1866 bytes): > > Writing | ################################################## | 100% 284.16s > > avrdude: 1866 bytes of flash written > avrdude: verifying flash memory against HIDKeys.hex: > avrdude: load data flash data from input file HIDKeys.hex: > avrdude: input file HIDKeys.hex auto detected as Intel Hex > avrdude: input file HIDKeys.hex contains 1866 bytes > avrdude: reading on-chip flash data: > > Reading | ################################################## | 100% 95.08s > > avrdude: verifying ... > avrdude: 1866 bytes of flash verified > > avrdude done. Thank you. _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
