Welcome! Log In Create A New Profile

Advanced

PROBLEM! avrdude: stk500_recv(): programmer is not responding

Posted by ifala 
PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 19, 2012 02:49PM
I have try to Upload some modify to my firmware but:


avrdude: Version 5.4-arduino, compiled on Oct 9 2007 at 11:20:31
Copyright (c) 2000-2005 Brian Dean, [www.bdmicro.com]

System wide configuration file is "/Users/ifala/Desktop/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/ifala/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/cu.usbserial-A800EU98
Using Programmer : stk500v1
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: Send: Q [51] [20]
avrdude: ser_recv(): programmer is not responding



I have:

OSX 10.7.5
sanguino 0023r4
arduino 0023
FTDI 2_2_18
sprinter (https://github.com/kliment/Sprinter/tree/master/Sprinter)

HELP MEEE !!!
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 19, 2012 04:21PM
1. Change from port /dev/cu.usbserial-A800EU98 to /dev/tty.usbserial-A800EU98
2. Always make sure your printer is disconnected from the host software when doing firmware uploads.
3. Save (cmd+S) the firmware before uploading it and give it say 2 sec. between the time you save it and the time you click Upload.


Hope this helps, I kept getting this error myself and I fixed it like I wrote above.
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 19, 2012 06:52PM
ok I have try...

this is the resut in verbose mode.

Binary sketch size: 34586 bytes (of a 63488 byte maximum)
/Users/ifala/Desktop/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Users/ifala/Desktop/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega644p -cstk500v1 -P/dev/tty.usbserial-A800EU98 -b115200 -D -Uflash:w:/var/folders/l8/g4sczrtd1pj_jz7_sf9zm67r0000gn/T/build7890219297969192040.tmp/Sprinter1.cpp.hex:i

avrdude: Version 5.4-arduino, compiled on Oct 9 2007 at 11:20:31
Copyright (c) 2000-2005 Brian Dean, [www.bdmicro.com]

System wide configuration file is "/Users/ifala/Desktop/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/ifala/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/tty.usbserial-A800EU98
Using Programmer : stk500v1
Overriding Baud Rate : 115200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: Send: Q [51] [20]
avrdude: Recv: S [53]
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x53

avrdude done. Thank you.
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 19, 2012 07:52PM
I forgot the error I was getting but found that I needed to cycle power and unplug/plug the USB cable in and it goes fine. (might add in a reset button after the usb plug-in)
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 19, 2012 08:18PM
Do not go through a usb hub - straight to the PC.


- akhlut

Just remember - Iterate, Iterate, Iterate!

[myhomelessmind.blogspot.com]
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 20, 2012 05:37AM
Sounds like you try with the wrong baud rate. Firmware and bootloader baud rate can be different. If you can't find out which baud rate your board has, try 19200, 38400, 57600 and 115200 until it works.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
I have this same problem also. I keep getting the error:

avrdude: stk500_recv(): programmer is not responding
processing.app.debug.RunnerException: Problem uploading to board. See [www.arduino.cc] for suggestions.
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:126)
at processing.app.Sketch.upload(Sketch.java:1649)
at processing.app.Sketch.exportApplet(Sketch.java:1608)
at processing.app.Sketch.exportApplet(Sketch.java:1580)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2408)
at java.lang.Thread.run(Thread.java:680)

I am using the serial port /dev/tty.usbserial-A400gwJi and Parallel Programmer.

I know that it can't be hardware since it works on my PC desktop, but it doesn't want to work on Mac OS X Mountain Lion Laptop.

Any help would be much appreciated.

Deaniture
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
August 22, 2013 12:59AM
does this help at all [importgeek.wordpress.com]

your using ubuntu correct?
Re: PROBLEM! avrdude: stk500_recv(): programmer is not responding
October 27, 2013 03:54AM
No he is on OSX as he wrote.

Any news on your problems - did you guys manage to get it fixed? Seeing the same Problems on OSX with some electronics. With RUMBA board the problem is happening most of the time.


Frank
Sorry, only registered users may post in this forum.

Click here to login