circuitpython/ports/esp32s2/partitions.csv

385 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3# bootloader.bin 0x1000
4# partition table 0x8000, 0xC00
5otadata, data, ota, 0xd000, 0x2000,
6ota_0, 0, ota_0, 0x10000, 512K,
7ota_1, 0, ota_1, 0x90000, 512K,
8phy_init, data, phy, 0x110000, 0x1000,
9nvs, data, nvs, 0x111000, 0x6000,
10user_fs, data, fat, 0x200000, 2M,