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)

  1. Changed Programmer to Arduino as ISP

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