Bootloader problem with ATMEGA328P-ANR

Hi,

I have a new project with an ATMEGA328P-ANR.
When i wan't to load the Bootloader (with an arduino UNO) like this tutorial : https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard

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

Attached my schematic.
I use MOSI, MISO, SCK

I didn't see where is the problem, an electronic problem on my schematic ?

Thanks

Atmega = https://uk.farnell.com/microchip/atmega328p-anr/mcu-8bit-20mhz-tqfp-32/dp/3131857
Crystal = https://uk.farnell.com/microchip/atmega328p-anr/mcu-8bit-20mhz-tqfp-32/dp/1611813

I use MOSI, MISO, SCK

...and RESET, GND, and of course it has to be powered so 5V. Does it?

ok course :slight_smile:

Response 0x00 means that the target is not reachable due to many reasons: cable, wires, incorrect port, ATmega not started...
Post detailed log include the command used.
Which programmer are you using?
Make sure the connections are correct and target MCU is up - clock signal on XTAL1 (not needed on raw chip, just for a case).