Hello,
I recently bought the Arduino Uno and two extra ATmega328's (w/ the Arduino bootloader) from sparkfun. Everything has worked great so far, but when I removed the original ATmega328, and tried replacing it with the either of the ones I bought from sparkfun, I couldn't upload sketches to them.
Operating System: Ubuntu Lucid Lynx Board: Arduino Uno Upload Messages:
avrdude: Version 5.4-arduino, compiled on Oct 22 2007 at 13:15:12 Copyright (c) 2000-2005 Brian Dean,
System wide configuration file is "/home/kevin/Arduino/arduino-0021/hardware/tools/avrdude.conf" User configuration file is "/home/kevin/.avrduderc" User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyACM0 Using Programmer : stk500v1 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: Send: Q [51] [20] avrdude: ser_recv(): programmer is not responding avrdude: stk500_recv(): programmer is not responding
The LED blinks when I reset so it seems to me like the bootloader is on there, and when I try to upload it does the reset and I see one blip on the RX, and then it tries again, and nothing.
Any help would be appreciated,
Thanks, Kevin