Skip to content

digistump/esptool2

This branch is 8 commits behind raburton/esptool2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec0e2c7 · Sep 10, 2015

History

14 Commits
Aug 28, 2015
Sep 10, 2015
Aug 28, 2015
Aug 28, 2015
Aug 28, 2015
Aug 28, 2015
Aug 28, 2015
Aug 28, 2015
Aug 28, 2015
Jun 13, 2015
Aug 28, 2015

Repository files navigation

Esptool2
[email protected]
http://richard.burtons.org/

Esptool2 is a tool for creating rom images for the ESP8266. It is an alternative
to using the SDK supplied shell script/Makefile/python script combo, which is a
mess. It was inspired by the windows esptool v0.0.2 by mamalala and found on
www.esp8266.com but made somewhat simpler in code and usage. It also adds
support for boot loader v1.2+ rom types, which was the main reason I wrote it.

It was written for my own use and the name was simply to distinguish it for the
other version on my system. The 2 is not intended to imply it is better than the
original. The original has since been updated to v0.0.3 which can write to the
flash, but I currently have no intention to add that to esptool2, it is purely a
rom creating utility. It has become an integral part of my build process now and
has added functionality needed for building the rBoot boot loader. Since I have
released rBoot I needed to release this as well.

Run tool for full usage instructions, or look at the code.

About

An esp8266 rom creation tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.2%
  • C++ 12.1%
  • Makefile 1.7%