Flashing ESP32 From Native Windows
Posted: Mon Jun 12, 2017 2:36 pm
by tedwood
Is there any way to flash an ESP32 from native Windows command line , without having to go through a Linux shell?
Re: Flashing ESP32 From Native Windows
Posted: Mon Jun 12, 2017 2:46 pm
by ESP_igrr
If you have Python and pyserial installed, you can use esptool.py from Windows CMD shell.
Alternatively, you can get an 'esptool.exe' file, which is esptool.py script packaged along with Python interpreter into a single windows executable. It is provided by arduino-esp32 project, you can find the latest (as of now) download link here:
https://github.com/espressif/arduino-es ... e.json#L87