1 parent 30113ae commit 300e3ccCopy full SHA for 300e3cc
1 file changed
m5stack/partitions_8mb.csv
@@ -2,6 +2,6 @@
2
# 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
-factory, app, factory, 0x10000, 0x531000,
6
-sys, data, fat, 0x541000, 0x100000,
7
-vfs, data, fat, 0x641000, 0x1be000,
+factory, app, factory, 0x10000, 0x541000,
+sys, data, fat, 0x551000, 0x100000,
+vfs, data, fat, 0x651000, 0x1ae000,
0 commit comments