Skip to content

IDE 1.6.12 - WARNING on Burn Bootloader #5404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
logicaprogrammabile opened this issue Sep 22, 2016 · 3 comments
Closed

IDE 1.6.12 - WARNING on Burn Bootloader #5404

logicaprogrammabile opened this issue Sep 22, 2016 · 3 comments

Comments

@logicaprogrammabile
Copy link

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

@facchinm
Copy link
Member

It's indeed the correct behaviour. The first run didn't fail indeed (I don't know where that ***failed; comes from). We still didn't merge #5182 for compatibility, we'll do it in one of the future releases.
Closing as expected (please reopen it if the first run really failed => the bootloader was not burned)

@JeroenIoT
Copy link

JeroenIoT commented Oct 18, 2016

Thanks. I had the same message / warning when burning bootloader. However the funny thing is that when I change the boards.txt (to 0xfd) I still get the same warning (restarted of course and using Arduino IDE 1.6.12)

SOLVED -> avrdude.conf which was used was in another directory (AppData/local/Arduino .....). So conf file was at 2 different dir

@RichieDevereux
Copy link

Where do I find the boards.txt file?

@arduino arduino locked as resolved and limited conversation to collaborators Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants