Releases: espressif/esptool
Version 2.1
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/2.1
New since v2.0.1
ESP32-Specific Changes
- elf2image: Pad flash-resident sections to 64KB alignment by using parts of RAM-resident sections, rather than zeroes. This reduces the size of a final IDF binary by almost 128KB in some cases.
- elf2image: Append a SHA-256 hash of the binary image to the .bin file by default. This will be checked by the software bootloader in the IDF V3.0 release. Provides a much stronger consistency check than the previous 8-bit checksum. The image_info command will print & verify this hash if it is present.
- espefuse.py: timeout now calculated in seconds not number of retries.
Documentation Changes
- Fix typo in the README
Thanks to @daniel-leonard-robinson for contributing to this release.
Version 2.0.1
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/2.0.1
esptool.py version 2.0.1 is a minor bugfix release from v2.0.
New since v2.0:
- (ESP32) Generating bootloader images for ESP32D2WD, or any ESP32 where the SPI pins are remapped via efuse, no longer accidentally enables GPIO0 as an output.
- (ESP32) espsecure.py & espefuse.py: Dispay
--helpargument if run without command line arguments. - Update README now stable release supports ESP32.
Thanks to @hroncok & @marcelstoer for contributing to this release.
Version 2.0
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/2.0
esptool.py version 2.0 is a major release compared to v1.x. Most command line options are backwards compatible, but some default settings have changed.
New Features
- Support added for ESP32 microcontrollers.
- Compressed upload support (enabled by default) to reduce overhead of the serial connection.
- Data written to flash is automatically read back and verified after writing.
- New boot mode selection options
--beforeand--after, to override the way esptool.py enters and exits bootloader mode, respectively. Details here. - New
--flash_mode keepand--flash_freq keepdefault options mean thatwrite_flashno longer modifies these settings in the image header by default.
ESP32-Only Features
--spi-connectionargument allows overriding SPI flash pin configuration. Details here.- New espefuse.py program for working with efuses.
- New espsecure.py program for working with chip security features.
- esptool.py prints the ESP32 detailed chip model and silicon revision as part of console output.
Thanks to everyone who contributed to this release, and submitted bug reports during the long beta period!
v2.0beta2
Tag v2.0beta2 (not a release published to pypi)
Version 1.3
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/1.3
New since v1.2.1:
- Python 2/3 support, esptool.py now works with Python 2.7+ or Python 3.4+
- esptool.py is now officially supported by Espressif Systems (software licensing & approach to development have not changed.)
verify_flashcommand now accepts optional--flash_modeand--flash_speedarguments, allowing verification of a ROM bootable image at offset 0.- Backport functional tests (
test_esptool.py) from esptool v2.0
Thanks to @thespooler, @jeremyherbert, @jrobeson for contributing to this release.
Version v1.2.1
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/1.2.1
New since v1.2:
- No source code changes.
- Fix packaging bug #140 with wheel originally uploaded to pypi.
- Update README with note about closing other serial terminal programs.
Version 1.2
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/1.2
New since v1.1:
- New
--flash_sizedefault "detect" to interpret flash size from ID - Warn when data is larger than flash.
- Support RFC2217 TCP serial ports (using pyserial serial_from_url)
- Use flasher stub for erase_flash (detects when erase is complete)
- pyserial v1.2 or newer is now required.
- README updates, minor bugfixes.
Thanks to @pfalcon, @jimparis, @jms19 for contributing to this release.
v1.1
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/1.1
- Flasher stub for must faster flashing (thanks to Cesanta & @rojer for this)
- Minor bugfixes
v1.0.1
Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/
This release:
https://pypi.python.org/pypi/esptool/1.0.1