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
When using the 'Export compiled binary' option to get binaries for a selected sketch, the binary with both the program and the bootloader, labeled sketch.ino.with_bootloader.hex, will only contain the bootloader.
1.Create sketch with anything, blank sketches will produce the same results.
2.Select a development board with a 32u4, Leonardo and Micro being the ones I found.
3.Export compiled binary.
Expected behavior
Binaries should contain code other than only the bootloader.
I have found a workaround for this issue should anyone run across this.
Grab the board manager from this forum post and insert the link into 'Board manager URLs' in the Arduino IDE preferences. Then search and install "SparkFun AVR Boards" from the built in boards manager. Select the SparkFun Pro Micro as your board and compile, and now the binary should have your program included. Pastebin with working binary
Describe the problem
When using the 'Export compiled binary' option to get binaries for a selected sketch, the binary with both the program and the bootloader, labeled
sketch.ino.with_bootloader.hex
, will only contain the bootloader.Verbose Console Output:
Pastebins with binaries:
https://pastebin.com/gXFUiufj
https://pastebin.com/JnGzk1wU
To reproduce
1.Create sketch with anything, blank sketches will produce the same results.
2.Select a development board with a 32u4, Leonardo and Micro being the ones I found.
3.Export compiled binary.
Expected behavior
Binaries should contain code other than only the bootloader.
Arduino IDE version
2.3.4
Operating system
Windows
Operating system version
Windows 10
Additional context
Discussion: https://forum.arduino.cc/t/exporting-compiled-binary-not-exporting-sketch-properly/1346173
Issue checklist
The text was updated successfully, but these errors were encountered: