456 B
456 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # 8MB Flash layout for ESP32-S3 with TensorFlow Lite and Gesture Images |
| 3 | # Provides OTA support with 2MB apps + 512KB model + 3.3MB SPIFFS for gestures |
| 4 | nvs, data, nvs, 0x9000, 0x5000, |
| 5 | otadata, data, ota, 0xe000, 0x2000, |
| 6 | app0, app, ota_0, 0x10000, 0x200000, |
| 7 | app1, app, ota_1, 0x210000,0x200000, |
| 8 | model, data, 0x40, 0x410000,0x80000, |
| 9 | spiffs, data, spiffs, 0x490000,0x370000, |