EMBEDDED TOOLKIT
SYSTEMS R&D // DEV_TOOLS SUITE
Tools (65)
partition ota manager
SYSTEM ONLINE
Flash Partition Configurator (ESP-IDF)
Flash Usage (OTA Checker)3.94 MB / 4 MB
partitions.csv (Ready for ESP-IDF)
📖 ESP32 OTA & Flash
- OTA (Over-The-Air): To safely update ESP32 over WiFi, you need TWO equal code partitions (`ota_0` and `ota_1`). While one is running, the update is downloaded to the other. This forces dividing the Flash capacity in half!
- Factory vs OTA: If you have OTA, you do not need the `factory` partition. The bootloader will figure out which app to load based on a flag in `otadata`.