Closed
Description
"Efuse" memory type not defined for part "atmega8"
Error while burning bootloader.
In arduino/hardware/arduino/avr/boards for atmega8 is good declared low fuses and high fuses, and is not present declaration for extended fuses like example atmega168, so is good, but the function who realy do the fuses try to fuse and extended fuses for atmega8, and atmega8 has no extended fuses, so gives that error.
I know that atmega8 is old" but i want to use it with bootloader ...
Please correct the function who realy make the fuses for atmega8 for not try to fuse extended fuses.
Or tell me where is it , to try to correct myself