Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to merge binaries into single binary? #34

Open
mgrouch opened this issue Nov 30, 2024 · 2 comments
Open

How to merge binaries into single binary? #34

mgrouch opened this issue Nov 30, 2024 · 2 comments

Comments

@mgrouch
Copy link

mgrouch commented Nov 30, 2024

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

@ArminJo
Copy link
Owner

ArminJo commented Nov 30, 2024

Tried extra-arduino-cli-args?

@mgrouch
Copy link
Author

mgrouch commented Nov 30, 2024

What do I need to put in them? Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants