hi
i burned bootloader to an atmega328p with ArduinoISP and the result is:
***failed;
avrdude: WARNING: invalid value for unused bits in fuse "efuse", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error in future version
You probably want to use 0xfd instead of 0x05 (double check with your datasheet first).
but the ide returns:
done burning bootloader
i have modified the board.txt at line
uno.bootloader.extended_fuses=0x05
to
uno.bootloader.extended_fuses=0xFD
This change eliminates the warning message
it's correct?
tnks
hi
i burned bootloader to an atmega328p with ArduinoISP and the result is:
but the ide returns:
done burning bootloader
i have modified the board.txt at line
uno.bootloader.extended_fuses=0x05to
uno.bootloader.extended_fuses=0xFDThis change eliminates the warning message
it's correct?
tnks