circuitpython/ports/esp32s2/partitions.csv
2020-08-27 11:43:06 -07:00

403 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,
6phy_init, data, phy, 0xf000, 0x1000,
7ota_0, 0, ota_0, 0x10000, 0x160000,
8ota_1, 0, ota_1, 0x170000, 0x160000,
9uf2, app, factory,0x2d0000, 256K,
10user_fs, data, fat, 0x310000, 960K,