Hey guys,
i bought an Arduino Uno, and it does not work with my Macbook (Mac OS X 10.6.8).
When i try to upload, i get this:
Binary sketch size: 5.082 bytes (of a 32.256 byte maximum)
/Users/sousa/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Users/sousa/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P/dev/tty.usbmodemfd121 -b115200 -D -Uflash:w:/var/folders/06/067X3ju3EK8DRKr2IYQwa++++TI/-Tmp-/build457476001272576223.tmp/HelloWorld_i2c.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 "/Users/sousa/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/sousa/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbmodemfd121
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.
After this i've been reading all about it on Google, most of the info i got was relative to:
Bad wiring;
Fried Arduino;
USB cable problem;
Bad bootloader;
Well, before trying any solution and ruin the whole thing, i tried the setting on my friend's Macbook, i can't tell you the version, but i know for sure that he had the xCode from Apple installed, don't know if he has something more on AVRdude that i don't
At this point i can see the TX and RX blinking, so i assume it should be uploading, but nothing happens after.
Any advices/tips?
Thank you very much.