Tag: Flash
-
Tutorial ESPEasy Firmware Upload – Let’s Control It
When you buy the ESP module it will most likely have the factory AT or NodeMCU (LUA) firmware inside. To get the ESP Easy running, you need to replace the firmware with the ESP Easy firmware first. This can be done with a special flash upload tool that uses the ESP serial interface. You can…
-
GitHub – igrr/esptool-ck: The ESP8266/ESP32 build helper tool by Christian Klippel
Esptool is a tool to create firmware files for the ESP8266/ESP32 chips and flash the firmware to the chip over serial port. Esptool runs on Windows, Linux and Mac OS X. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the…