Hmmmm...I wish I took down notes.... While I only used it for a more simple AVR ISP replacement, I had the same issues, but eventually got it working. The only issue I see is that it is calling stk500v2. If I recall correctly, the AtmelICE is STK600....however, AVRDUDE should take care of that.
On Wed, May 20, 2015 at 12:54 PM, Andy Rea <[email protected]> wrote: > I need to use the JTAG programmer as i’m using and only have access to the > JTAG port of the mega1280, however just for bemusement changing to that > type gives the same result > > D:\svn\LC500TestRigProgrammer\BinaryFiles>avrdude -c atmelice_isp -p > m1280 -v -v -v -v > > avrdude: Version 6.1, compiled on Mar 13 2014 at 00:09:49 > Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ > Copyright (c) 2007-2014 Joerg Wunsch > > System wide configuration file is > "D:\svn\LC500TestRigProgrammer\BinaryFiles\avrdude.conf" > > Using Port : usb > Using Programmer : atmelice_isp > avrdude: stk500v2_jtag3_open() > avrdude: usbdev_open(): Found Atmel-ICE Data Gateway, serno: J41800025592 > avrdude: jtag3_getsync() > avrdude: Sending sign-on command: > avrdude: jtag3_send(): sending 3 bytes > avrdude: usbdev_send(): wrote -22 out of 7 bytes, err = > avrdude: jtag3_send(): failed to send command to serial port > avrdude: jtag3_recv(): > avrdude: usbdev_recv_frame(): usb_bulk_read(): > avrdude: jtag3_recv(): Timeout receiving packet > > avrdude: sign-on command: timeout/error communicating with programmer > (status -1) > avrdude: failed to sync with the JTAGICE3 in ISP mode > > avrdude done. Thank you. > > From: Andrew Chin [mailto:[email protected]] > Sent: 20 May 2015 14:24 > To: Andy Rea > Subject: Re: [avr-chat] avrdude atmelice > > I have got it talking to arduinos. I do not remember off the top of my > head, but you need the latest avrdude downloaded, which i believe you have. > Then it required you to search in its tree for the correct TAG. I think it > is "atmelice_isp", not "atmelice". I made the same mistake. > > On Wed, May 20, 2015 at 8:10 AM, Andy Rea <[email protected]> > wrote: > Does anyone have avrdude working with the atmel ice? > I added the libusb filter ( libusb version 1.2.6 ) and this is the output > > I know I’ve avrdude with the USBtiny programmers before with no problem > > The Atmel-ice firmware version is 1.16 ( latest as far as I can tell ) > > I know I’m not actually asking it to do anything but it appears not to > even be talking to the box once it has found and opened it. > > below is the output: > > any comments would be appreciated > > thanks > > Andy > > D:\svn\LC500TestRigProgrammer\BinaryFiles>avrdude -c atmelice -p m1280 -v > -v -v -v -v > > avrdude: Version 6.1, compiled on Mar 13 2014 at 00:09:49 > Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ > Copyright (c) 2007-2014 Joerg Wunsch > > System wide configuration file is > "D:\svn\LC500TestRigProgrammer\BinaryFiles\avrdude.conf" > > Using Port : usb > Using Programmer : atmelice > avrdude: jtag3_open() > avrdude: usbdev_open(): Found Atmel-ICE Data Gateway, serno: J41800025592 > avrdude: jtag3_getsync() > avrdude: Sending sign-on command: > avrdude: jtag3_send(): sending 3 bytes > avrdude: usbdev_send(): wrote -22 out of 7 bytes, err = > avrdude: jtag3_send(): failed to send command to serial port > avrdude: jtag3_recv(): > avrdude: usbdev_recv_frame(): usb_bulk_read(): > avrdude: jtag3_recv(): Timeout receiving packet > > avrdude: sign-on command: timeout/error communicating with programmer > (status -1) > > avrdude done. Thank you. > > _______________________________________________ > AVR-chat mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/avr-chat > > > > _______________________________________________ > AVR-chat mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/avr-chat >
_______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
