Page 1 of 1

Command Line Interface for Programming EPS32

Posted: Fri Jul 21, 2023 8:13 am
by chruge
Dear all

I plan factory programming of an ESP32-D0WD-V3. Is there a command line interface for programming, that does not need python to be installed on the computer?

esptool.py will not work in my case, because we cannot allow python on our prodction PC. I checked with Segger (which seems to be an option) but all programmers cost about 1000$.

Does anybody have a good system?

Any help appreciated

Christian

Re: Command Line Interface for Programming EPS32

Posted: Fri Jul 21, 2023 9:26 am
by ESP_Sprite
Not as an app, as the requirement not to have Python is quite an unusual one. I think the esp-serial-flasher has example code for Linux and it's written in C, perhaps you can use that. Alternatively, perhaps something like this is acceptable.

Re: Command Line Interface for Programming EPS32

Posted: Fri Jul 21, 2023 8:03 pm
by ESP_igrr
Espflash (https://github.com/esp-rs/espflash) can also be built into a standalone binary.