EDIT: I solved the problem. Well, not really. I abandoned trying to run it on my old Macbook (OS X 10.4)and ran it on a newer one (OS X 10.5). It works on the newer Macbook. Based on internet research I’m guessing its an incompatibility between some OS X 10.4 machines and the Arduino Uno. This seems to be a legitimate flaw (not necessarily Arduino’s fault) that many users have.
Hello,
I can’t upload to my brand new Uno. The Uno uses the ATMEGA328 chip, I am running Mac OS X 10.4.11 (Macbook), and the Arduino software is the newest version, 0022. The board selected is “Arduino Uno,” and the serial port is /dev/tty.usbmodem0000103D1.
The Uno is plugged directly into to the Mac’s USB, with nothing else connected to it. No other device is connected to the Mac. The only other program running is Firefox. At this point, L is continuously flashing. When I try to upload “blink” or “bareminimum,” it fails. Below is what’s printed when I do shift-upload:
Binary sketch size: 1018 bytes (of a 32256 byte maximum)
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v1 -P/dev/tty.usbmodem0000103D1 -b115200 -D -Uflash:w:/tmp/build8109195585898910298.tmp/Blink.cpp.hex:i
avrdude: Version 5.4-arduino, compiled on Oct 9 2007 at 11:20:31
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is “/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf”
User configuration file is “/Users/tom/.avrduderc”
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbmodem0000103D1
Using Programmer : stk500v1
Overriding Baud Rate : 115200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: . [86]
avrdude: stk500_getsync(): not in sync: resp=0x86
avrdude: Send: Q [51] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
When I press upload, L, Tx, and Rx flash at different times (so the USB cable works?). I’ve attempted pressing reset before / after uploading, and it still doesn’t work. I’m sad and wondering if I need to send this back to Sparkfun for a replacement.