How to convert bootloader elf file into bin file #8140
-
In the latest version of the framework bootloader bin files are not anymore provided by the Arduino framework but only elf files are present. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I am using PlatformIO on macOS and the following command:
|
Beta Was this translation helpful? Give feedback.
-
@alf45tar Yes, that is the correct way to convert .elf to .bin files. I'm not familiar with Arduino core providing BIN files even in earlier versions. I get my binaries (including bootloader) from here: |
Beta Was this translation helpful? Give feedback.
@alf45tar Yes, that is the correct way to convert .elf to .bin files. I'm not familiar with Arduino core providing BIN files even in earlier versions. I get my binaries (including bootloader) from here:
C:\Users\USERNAME\Documents\PlatformIO\Projects\PROJECT_NAME.pio\build\WORKSPACE_NAME