I am trying to burn bootloader in Atmega 328P-PU
Here are the steps I have followe
-
Upload ArduinoISP sketch
-
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)
-
Changed Programmer to Arduino as ISP
-
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.