Skip to content

IDE 1.6.12 - WARNING on Burn Bootloader #5404

Closed
@logicaprogrammabile

Description

@logicaprogrammabile

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions