espefuse.py

create and flash firmware files to ESP8266 or ESP32 chips

Install

All systems
curl cmd.cat/espefuse.py.sh
Debian Debian
apt-get install esptool
Ubuntu
apt-get install esptool
Arch Arch Linux
pacman -S esptool
image/svg+xml Kali Linux
apt-get install esptool
Fedora
dnf install esptool
Windows (WSL2)
sudo apt-get update sudo apt-get install esptool
OS X
brew install esptool
Raspbian
apt-get install esptool

esptool

create and flash firmware files to ESP8266 or ESP32 chips

Flash firmware files to ESP8266 or ESP32 boards with ability to automatically put certain boards into UART bootloader programming mode. Or, extract code sections from ELF executable files to create firmware images for ESP chips.