esptool
A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips.
A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips.
To install this package, run one of the following:
==========
A command line utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 microcontrollers.
Allows flashing firmware, reading back firmware, querying chip parameters, etc.
The esptool.py project is hosted on github: https://github.com/espressif/esptool
esptool can be installed via pip:
$ pip install --upgrade esptool
Since version 1.3, esptool supports both Python 2.7 and Python 3.4 or newer.
Since version 2.0, esptool supports both ESP8266 & ESP32.
Please see the Usage section of the README.md file <https://github.com/espressif/esptool#usage>_.
You can also get help information by running esptool.py --help.
Please see the CONTRIBUTING.md file on github <https://github.com/espressif/esptool/blob/master/CONTRIBUTING.md>_.
Summary
A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips.
Last Updated
Apr 23, 2018 at 15:51
License
GNU General Public License v2 or later (GPLv2+)
Supported Platforms