Atmega328AU burning bootloader via AVRISPMKII

Hello to everybody,

For some reason I cannot burn the boot loader to Atmega328AU (http://parts.digikey.com/1/parts/1877362-ic-mcu-avr-32k-flash-32tqfp-atmega328-au.html). It just gives me this err:

avrdude: Expected signature for ATMEGA328P is 1E 95 0F
Double check chip, or use -F to override this check.

I tried using Arduino PRO, LiliPad versions (for 328 chip) and nothing :frowning: The same error every time.

By any chance somebody knows how to solve this?

P.S. With verbose logging:

avrdude: Device signature = 0x1e9514
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
         Double check chip, or use -F to override this check.
avrdude: Sent: . [11] . [01] . [01] 
avrdude: Recv: . [11] . [00] 

avrdude done.  Thank you.

Thanks in advance,
Vaidas

This might help you:

Thanks. I actually have already solved the problem simply by downloading Arduino v23*, then changing the signature in avrdude.conf to

signature       = 0x1e 0x95 0x14;

*I had to downgrade because Arduino v1.0 does not allow me to use avrispmk ii to upload sketches
And some happy pictures :slight_smile: