Skip to content

Commit cc14031

Browse files
committed
partitions: move nvs at end of flash
1 parent 4aa4719 commit cc14031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

partitions.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Name, Type, SubType, Offset, Size
22
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3-
nvs, data, nvs, 0x9000, 0x6000
4-
phy_init, data, phy, 0xf000, 0x1000
5-
certs, data, 0x04, 0x10000, 0x20000
3+
phy_init, data, phy, 0x9000, 0x001000
4+
certs, data, 0x06, 0xA000, 0x026000
65
factory, app, factory, 0x30000, 0x180000
7-
storage, data, spiffs, 0x1B0000,0x40000
6+
storage, data, spiffs, 0x1B0000,0x040000
7+
nvs, data, nvs, 0x1F0000,0x010000

0 commit comments

Comments
 (0)