ESP32 Learn

Memory & Partitions (partitions.csv)

2025-09-18 路 ~1 min read
Table of contents
1
2
3
4
5
6
# Name,   Type, SubType, Offset,  Size,   Flags
nvs,      data, nvs,     0x9000,  0x5000,
otadata,  data, ota,     0xe000,  0x2000,
app0,     app,  ota_0,   0x10000, 0x140000,
app1,     app,  ota_1,   0x150000,0x140000,
spiffs,   data, spiffs,  0x290000,0x170000,

馃敄 #flash #partitions