esptool
create and flash firmware files to ESP8266 or ESP32 chips
Install
- All systems
-
curl cmd.cat/esptool.sh
- Debian
-
apt-get install esptool
- Ubuntu
-
apt-get install esptool
- Arch Linux
-
pacman -S esptool
- 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
- Dockerfile
- dockerfile.run/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.