You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to burn the bootloader for an OLIMEXINO-32U4 but got the error attached at the bottom.
https://github.com/OLIMEX/Arduino_configurations/raw/master/AVR/Versions/Olimex_AVR-2.0.1.zip
is missing the bootloaders subfolder.
and the corresponding definition in board.txt the bootloader section.
optimal would be if you could point to one of the arduino default bootloaders like so:
i tried to burn the bootloader for an OLIMEXINO-32U4 but got the error attached at the bottom.
https://github.com/OLIMEX/Arduino_configurations/raw/master/AVR/Versions/Olimex_AVR-2.0.1.zip
is missing the
bootloaders
subfolder.and the corresponding definition in
board.txt
the bootloader section.optimal would be if you could point to one of the arduino default bootloaders like so:
where only the
Olimexino_32U4.bootloader.file=arduino:caterina/Caterina-Leonardo.hex
line is new!but this does currently not work. to link to the caterina Leonardo.hex you would have to write:
and that easily breaks if the user does not have the corect version of the arduino core :-(
i did not check if there is a spec somewhere how to do this correclty...
The text was updated successfully, but these errors were encountered: