Closed lippertmarkus closed 4 years ago
Changes:
boards.txt
lfuse
hfuse
efuse
low_fuses
high_fuses
extended_fuses
platformio run -t bootloader
Many thanks!
Changes:
boards.txt
(e.g. for the uno: https://github.com/platformio/platform-atmelavr/blob/de57dda3eb6193d19ab51136d3347b8e56933a00/boards/miniatmega328.json#L9-L15)lfuse
,hfuse
andefuse
must be used instead oflow_fuses
,high_fuses
andextended_fuses
. Else runningplatformio run -t bootloader
will fail with "Missing bootloader fuses!" - see thread: https://community.platformio.org/t/bootloader-target-fails-with-missing-bootloader-fuses-although-set/11684