ESP32 Partitions Overview
esp32c2
minimal
Partition Graph
Partition Table
| Color | Name | Type | Subtype | Offset dec | Offset hex | Size dec | Size hex | Offset + Size |
|---|---|---|---|---|---|---|---|---|
| nvs | data | nvs | 36864 | 0x9000 | 20480 | 0x5000 | 57344 | |
| otadata | data | ota | 57344 | 0xe000 | 8192 | 0x2000 | 65536 | |
| app0 | app | ota_0 | 65536 | 0x10000 | 1310720 | 0x140000 | 1376256 | |
| spiffs | data | spiffs | 1376256 | 0x150000 | 655360 | 0xA0000 | 2031616 | |
| coredump | data | coredump | 2031616 | 0x1F0000 | 65536 | 0x10000 | 2097152 |