Maker Pro
Maker Pro

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

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
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.
 
Top