Hello,
I am trying to use the chip without an external oscillator. But I am not able to upload the bootloader
This is the guide that I am following in order to program my chip:
This is what the error says:
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
Error while burning bootloader.
Does anybody know how to fix this issue? I am using Arduino 1.8.3 on Windows 10.
Thanks!
The message "avrdude: Yikes! Invalid device signature." means in 90% of cases incorrect wiring especially if the signature is read as 0x000000, so double check your connections.
I am trying to use the chip without an external oscillator
If the chip is configured to use an external clock(much likely to be) removing it will not make it run unless you program the internal fuses with a working crystal to use the internal oscillator. Only then you can remove the external crystal and eventually upload a new bootloader.
Use this to calculate the fuses and then burn it into the chip using avrdude in command line
http://www.engbedded.com/fusecalc/