> I tried both the way. Arduino GUI as well as in command line. > In command line I used: > avrdude -p m328p -b 9600 -c arduino -P /dev/ttyUSB0 > but same response. . . > Is that anything to do with the bootloader? But the board initializes with > the blink LED program by default.
IMHO the A2009 comes with 57600 bit/s upload speed. Arduino has a file preferences.txt, somewhere located in the $HOME/.arduino or so. If you add the line "upload.verbose=true" then you can see in the Arduino Text window the used avrdude options. Cheers Axel _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
