itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Can't upload to Duemilanove on Arduino 1.0 rc1 #653

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Tom: 

I tried uploading blink to five different duemilanoves that worked with 0022, 
and I got the following:

/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude

-C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdu
de.conf -v -v -v -v -patmega328p -carduino -P/dev/tty.usbserial-A6006huj 
-b57600 -D 
-Uflash:w:/var/folders/U9/U9UYiJwfHP0kTGubZKW8K++++TI/-Tmp-/build671926841288152
2689.tmp/Blink.cpp.hex:i 

avrdude: Version 5.11, compiled on Sep  2 2011 at 18:52:52
        Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
        Copyright (c) 2007-2009 Joerg Wunsch

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

        Using Port                    : /dev/tty.usbserial-A6006huj
        Using Programmer              : arduino
        Overriding Baud Rate          : 57600
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: . [00] 
avrdude: stk500_getsync(): not in sync: resp=0x00

Original issue reported on code.google.com by dmel...@gmail.com on 25 Sep 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Apparently, this only happened with the old Christmas edition boards, and was 
fixed by updating the bootloader on them.  I'm closing this and hoping it 
doesn't affect a bunch of boards.

Original comment by dmel...@gmail.com on 25 Oct 2011 at 3:39