Skip to content

Commit fd6e63d

Browse files
committed
Hopefully final partition scheme.
1 parent 767ca5c commit fd6e63d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

ports/esp32s2/partitions.csv

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# ESP-IDF Partition Table
22
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin 0x1000
4-
# partition table 0x8000, 0xC00
5-
otadata, data, ota, 0xd000, 0x2000,
6-
ota_0, 0, ota_0, 0x10000, 0x120000,
7-
ota_1, 0, ota_1, 0x130000, 0x120000,
8-
phy_init, data, phy, 0x250000, 0x1000,
9-
user_fs, data, fat, 0x251000, 0x1af000,
3+
# bootloader.bin 0x1000
4+
# partition table 0x8000, 0xC00
5+
otadata, data, ota, 0xd000, 0x2000,
6+
phy_init, data, phy, 0xf000, 0x1000,
7+
ota_0, 0, ota_0, 0x10000, 0x160000,
8+
ota_1, 0, ota_1, 0x170000, 0x160000,
9+
uf2, app, factory,0x2d0000, 256K,
10+
user_fs, data, fat, 0x310000, 960K,

0 commit comments

Comments
 (0)