I recently fried my Arduino UNO. It isn't detected when I connect it to PC.
For troubleshooting, I want to upload the bootloader on a new Atmega328 chip using USBtinyISP programmer and replace the fried Arduino chip.
Almost everywhere, including ladyada's site, it mentions how to upload with the blank chip inserted in the arduino board(which might also be fried) using a programmer.
Is there a simple way of uploading bootloader using only a breadboard with USBtinyISP?
Also, if it doesn't work out, how do I remove the bootloader?
Sure, put the chip on a solderless breadboard with the needed support components.
If it doesn't work out, just reprogram it again. They're made to be flexible like that
Planning to flash ATmega328P with Optiboot with following settings provided in the page: Clock Speed Unlock bits Lock bits Low Fuse High Fuse Extended fuse Bootloader
16MHz 0x3F 0x0F 0xFF 0xDE 0x05 optiboot/optiboot_atmega328.hex