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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: