I can not upload to arduino duemilanove. Arduino display:
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
I tried:avrdude -F -v -v -v -pm168 -cavrispmkii -P/dev/ttyUSB0 -D -Uflash:w:Blink.hex . But it also blocks:
avrdude: Version 5.5, compiled on Dec 15 2008 at 11:06:19
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is "/etc/avrdude.conf"
User configuration file is "/home/herve/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0
Using Programmer : avrispmkii
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
I tried: avrdude -F -v -pm168 -cstk500v1 -P/dev/ttyUSB0 -b19200 -D -Uflash: w: Blink.hex. But it blocks too:
avrdude: Version 5.5, compiled on Dec 13 2008 at 17:19:52
Copyright (c) 2000-2005 Brian Dean
System wide configuration file is "/etc/avrdude.conf"
User configuration file is "/home/herve/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0
Using Programmer : stk500v1
Overriding Baud Rate : 19200
avrdude: stk500_getsync(): not in sync: resp=0x20
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x20
avrdude done. Thank you.
I can't burn bootloarder AVRISP mkll whith Arduino:
avrdude: usbdev_open(): did not find any USB device "usb"
If I choose t burn bootloarder AVRISP, there is other problem:
avrdude: stk500_getsync(): not in sync: resp=0x1c
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
That tutorial seems to be slightly out of date. In the step where it says "Select Chip", you should instead "Select Board", choosing the board type. Tools > Board > Arduino Diecimilia. If you have a Duemilanove but you do not see that choice in the GUI, you can still select the predecessor Diecimilia.