circuitpython/ports/esp32s2/partitions.csv

359 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, 0x120000,
7ota_1, 0, ota_1, 0x130000, 0x120000,
8phy_init, data, phy, 0x250000, 0x1000,
9user_fs, data, fat, 0x251000, 0x1af000,