I recently purchased an USBTinyISP kit and make it.
Now I'm trying to use it with my arduino Uno board and I would like to burn the bootloader. So, when I try to burn the booloader, the IDE give me this:
- Code: Select all
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
Double check chip, or use -F to override this check.
And if I use avrdude directly from the command line, I get this:
- Code: Select all
# sudo avrdude -c usbtiny -p m32
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9389
avrdude: Expected signature for ATMEGA32 is 1E 95 02
Double check chip, or use -F to override this check.
avrdude done. Thank you.
I checked my solders (visual and with an ohmmeter). The green led is on when I connect the USBTinyISP to my computer. The red led blinks one time when I try to burn. My arduino board is an Uno board and the chip name is "ATMEGA328P-PU". I tried both arduino+avrdude from Debian repository and from the official Linux release on the Arduino website.
Does someone have an idea?
Thank's in advance.

