408 B
408 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # NVS 256KB |
| 3 | nvs, data, nvs, , 0x40000, |
| 4 | # OTA Data 8KB |
| 5 | otadata, data, ota, , 0x2000, |
| 6 | # PHY Init 4KB |
| 7 | phy_init, data, phy, , 0x1000, |
| 8 | # OTA Partitions 10MB |
| 9 | ota_0, app, ota_0, , 0xA00000, |
| 10 | ota_1, app, ota_1, , 0xA00000, |
| 11 | # LittleFS 11MB |
| 12 | storage, data, littlefs, , 0xB00000, |