Hi,
I recently purchased an ATmega328P-AU chip. I am trying to load the Bootloader onto the chip and upload a sketch using an Arduino Uno board as an ISP. I have been working on it for a day now and I still didn't manage to even upload the Bootloader. Here's the error I get:
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
I understand that the ATmega328P-AU is not the typical format for the Arduino Uno board chip but I didn't think this would be an issue here (I've read that it had been done by many already). Is there some kind of compatibility issue I should account for? Here are the processes I followed:
https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard
... accounting for the differences in pins for the ATmega328P-AU vs. ATmega328P-PU, of course. I tried using both Arduino UNO and Arduino NANO as the Boards selected (I believethe Nano kind has ATmega328P-AU as a chip?). I used "Arduino as ISP" as a programmer. I verified my connections many times already and I am quite positive they match those from the links above. I have even tried using Optiboot to load the Bootloader but that didn't work either (if you suggest that I use Optiboot as an alternative, I can provide you with further information on the errors I got).
I am still fairly new to Arduino, so there might actually be a crucial step I skipped without knowing, or something of the kind. Also, if there is anything incoherent about the previous ways of doing, please let me know. Even a simple alternative to burning the Bootloader and uploading a sketch would be greatly appreciated.