I have just picked up my first Arduino board and am having problems getting it to respond to any uploaded sketches.
Vitals:
- Macbook Pro running OS X 10.5.6
- Arduino Duemilanove - just unwrapped. no circuit.
- Installed FTDIUSBSerialDriver_v2_2_9_Intel and rebooted.
- Running with the Arduino 13 software.
- Selected /dev/tty.usbserial-A6008d9q as the serial port.
- Selected Arduino Decimilia or Duemilanove for the Board
- Uploaded the Blink.pde Sketch
- Clicked Upload to I/O Board
The upload fails with a stk500_recv(): programmer is not responding error.
Output of the Upload process is:
Binary sketch size: 1350 bytes (of a 14336 byte maximum)
hardware/tools/avr/bin/avrdude -Chardware/tools/avr/etc/avrdude.conf -v -v -v -v -pm168 -cstk500v1 -P/dev/tty.usbserial-A6008d9q -b19200 -D -Uflash:w:/Applications/arduino-0013/examples/Digital/Blink/applet/Blink.hex:i
avrdude: Version 5.4-arduino, compiled on Oct 9 2007 at 11:20:31
Copyright (c) 2000-2005 Brian Dean,
System wide configuration file is "hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/ferg/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbserial-A6008d9q
Using Programmer : stk500v1
Overriding Baud Rate : 19200
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
avrdude: stk500_recv(): programmer is not responding
I am not quite tearing my hair out yet, but it will not be long before the process will begin! It there is anything I have missed or any test or things to try then please let me know.