arduino-test-compile icon indicating copy to clipboard operation
arduino-test-compile copied to clipboard

How to merge binaries into single binary?

Open mgrouch opened this issue 1 year ago • 2 comments

Currently in produces multiple binaries for each .ino. (partitions, booloader, sketch, etc)

How can I make it to produce a single binary which can be flushed to esp32 device?

esptool.py Has option merge_bin for that

can arduino-test-compile invoke it?

thanks

mgrouch avatar Nov 30 '24 15:11 mgrouch