Skip to content

Commit 0f9ca74

Browse files
authored
Update partitions.csv
Custom partition-table, to be located at 0x8000.
1 parent d50bc09 commit 0f9ca74

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

partitions.csv

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Name, Type, SubType, Offset, Size, Flags
2-
nvs, data, nvs, 0x9000, 0x5000,
3-
otadata, data, ota, 0xe000, 0x2000,
4-
app0, app, ota_0, 0x10000, 0x300000,
5-
app1, app, ota_1, 0x310000, 0x300000,
6-
spiffs, data, spiffs, 0x610000, 0x700000,
7-
model, data, spiffs, 0xD10000, 0x2E0000,
8-
coredump, data, coredump,0xFF0000, 0x10000,
1+
# **********************************************************************************************
2+
# ***** 1MB factory, plus single 4MB app-partitions ('app0'), and 1MB data-partition. ****
3+
# **********************************************************************************************
4+
# Name, Type, SubType, Offset, Size, Flags
5+
nvs, data, nvs, 0xB000, 0x2000
6+
otadata, data, ota, 0xd000, 0x2000
7+
phy_init, data, phy, 0xf000, 0x1000
8+
app0, app, factory, 0x10000, 2M
9+
app1, app, ota_0, , 4M
10+
spiffs, data, spiffs, , 1M
11+
nvs_key, data, nvs_keys, , 0x1000
12+
coredump, data, coredump, , 64K

0 commit comments

Comments
 (0)