I’ve tried searching this forum and it didn’t yield any results, and the normal arduino.cc advice doesn’t help much either.
I can’t upload to the Meduino board - it fails with (with verbose upload enabled):
Binary sketch size: 1,084 bytes (of a 32,256 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 -carduino -P/dev/tty.usbmodemfa131 -b115200 -D -Uflash:w:/var/folders/jf/h5dc47cj4kq1jxcrzrzjt52c0000gn/T/build2521841131296044362.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/remy/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbmodemfa131
Using Programmer : arduino
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 done. Thank you.
I’ve tried with a different cable - didn’t make any difference. I tried a different Arduino board (my own uno) and it uploads fine. I’ve also tried just uploading the normal blink demo to the Meduino board to no avail.
Any advice?