Hello everyone.
I am having recently some problems when trying to burn a bootloader with an Avr isp shield and an Arduino Mega 2560, I have found that the solution for many people is to change a value in the avrdude.conf file located here:
But I can't find the file anywhere I cannot even find the hardware folder, I tried to search it with the search bar in the file explorer but no results show up. In this problem is where I found the location of the file but as I said previously I can't find the hardware folder or the avrdude.conf file so I can't find the value to change and burn the bootloader, please help me with this. I just need where on earth I can find the file.
I have Windows 10 21H2 and Arduino 1.8.19 which I am not able to find on the Arduino software website but I just need the file. Thanks if you help
oh sorry, the no-admin version appeared when I was searching for the 1.8.18 version and it appeared both of the options. Now that I remember I installed it from the Microsoft store I think.
Hello again, I found the file and now I can change the signature, but now I can't find what is the atmega238u (that is the MCU that I have) signature, I know this is nothing to do with the problem title but if you know thanks if you answer.
I have never seen reference to a atmega238u. Are you certain you are not transposing something and you have a ATmega328u which is a common chip, used in the Uno and Classic Nano.
I am trying to change a signature on the avrdude.conf file to burn the bootloader, because the signature is for an atmega328p and I don't have this MCU currently, so it is required to change the file to make it work. I can't find the atmega328u datasheet, and I can't find the signature as well. Not sure what to do
Did you try using MiniCore are recommended in the previous link?
If you enable Show verbose output during upload in Preferences, what is the detailed avrdude message? Is it returning device signature or not recognizing the device?