I want to load the arduino uno Rev3 boot loader to my 328P chip. I am using USB ASP and Extreme Burner.
I looked at arduino installation folder and there are several Hex files available under "C:\Program Files (x86)\Arduino\hardware\arduino\avr\bootloaders\atmega". I guess I need to make use of ATmegaBOOT_168_atmega328.hex file as the name suggests. Also I understand that the fuse bit I need to select is efuse-0x05 hfuse-0xD6 and lfuse - 0xFF
Can anyone confirm this? Are there any other latest Hex files available?