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

Batch burn program on Linux (ESPTOOL-998) #1056

Open
gengge opened this issue Jan 22, 2025 · 2 comments
Open

Batch burn program on Linux (ESPTOOL-998) #1056

gengge opened this issue Jan 22, 2025 · 2 comments

Comments

@gengge
Copy link

gengge commented Jan 22, 2025

Is your feature request related to a problem?

I can batch burn programs in factory mode on Windows. But I want to bulk burn programs for the esp32 on Linux. Are there any relevant commands and how do I operate?

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot changed the title Batch burn program on Linux Batch burn program on Linux (ESPTOOL-998) Jan 22, 2025
@radimkarnis
Copy link
Collaborator

Hello @gengge,

I don't know about any program for Linux using esptool to bulk program a batch of ESPs.

It is quite easy to use esptool in a Python script. A simple script going through all ports and running the 'write_flash' operation on each of them one-by-one could be the solution. Multiple operations could even run at the same time if multithreading was used to speed things up.

@dobairoland
Copy link
Collaborator

I can batch burn programs in factory mode on Windows.

@gengge Can you please state which tool are you using for this? This one?

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

No branches or pull requests

3 participants