summaryrefslogtreecommitdiff
path: root/ports/esp32s2/partitions.csv
blob: 47fb295e5e80b83fddad3fb6cf124375fe5369d4 (plain)
1
2
3
4
5
6
7
8
9
10
# ESP-IDF Partition Table
# Name,   Type, SubType, Offset,  Size, Flags
# bootloader.bin         0x1000
# partition table        0x8000, 0xC00
otadata,  data, ota,     0xd000,  0x2000,
ota_0,    0,    ota_0,  0x10000, 512K,
ota_1,    0,    ota_1,  0x90000, 512K,
phy_init, data, phy,   0x110000,  0x1000,
nvs,      data, nvs,   0x111000,  0x6000,
user_fs,  data, fat,   0x200000,  2M,