Skip to content

Commit 90e8f9d

Browse files
committed
fix espressif 32MB partition table
1 parent 4f2f489 commit 90e8f9d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 2048K,
8-
ota_1, 0, ota_1, 0x210000, 2048K,
9-
uf2, app, factory,0x410000, 256K,
10-
user_fs, data, fat, 0x450000, 28362K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
8+
uf2, app, factory, 0x410000, 256K
9+
user_fs, data, fat, 0x450000, 28352K

0 commit comments

Comments
 (0)