Maker Pro
Maker Pro

Unable to burn Bootloader in Atmega 328P-PU for Arduino Uno

OmkarK

Jun 4, 2016
1
Joined
Jun 4, 2016
Messages
1
I am trying to burn bootloader in Atmega 328P-PU
Here are the steps I have followe
1. Upload ArduinoISP sketch
2. Connecting Atmega328p-PU to breadboard
Arduino Uno -> Atmega328P-PU(on breadboard)
pin 13 - pin 19
pin 12 - pin 18
pin 11 - pin 17
pin 10 - pin 1 (Reset, A 10k ohms resistor from Reset to Vcc)
3. Changed Programmer to Arduino as ISP
4. Burn Bootloader

As I have Atmega328P-PU i didnot change or edit the avrdude.conf (hardware\tools\avr\etc) in arduino folder

I tried changing various things but the ERROR remains same

Error :
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.

Please help
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
the arduino running the ISP must have the reset signal held high to prevent it from being reset. This one tripped me up the first time I tried it.
 

Jouellet

Feb 2, 2015
86
Joined
Feb 2, 2015
Messages
86
don't forget about the crystal.

Make sure you have a Atmega328P-PU, not Atmega328-PU
 
Top