Skip to content

Commit 300e3cc

Browse files
committed
Increase 8MB factory partition capacity
1 parent 30113ae commit 300e3cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

m5stack/partitions_8mb.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
33
nvs, data, nvs, 0x9000, 0x6000,
44
phy_init, data, phy, 0xf000, 0x1000,
5-
factory, app, factory, 0x10000, 0x531000,
6-
sys, data, fat, 0x541000, 0x100000,
7-
vfs, data, fat, 0x641000, 0x1be000,
5+
factory, app, factory, 0x10000, 0x541000,
6+
sys, data, fat, 0x551000, 0x100000,
7+
vfs, data, fat, 0x651000, 0x1ae000,

0 commit comments

Comments
 (0)