Skip to content

Commit fbf7c1e

Browse files
committed
partitions_8mb_lvgl.csv: Modify the partition table.
Signed-off-by: lbuque <[email protected]>
1 parent 71dbdc9 commit fbf7c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

m5stack/partitions_8mb_lvgl.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, 0x590000,
6-
sys, data, fat, 0x5A0000, 0x100000,
7-
vfs, data, fat, 0x6A0000, 0x15f000,
5+
factory, app, factory, 0x10000, 0x5B0000,
6+
sys, data, fat, 0x5C0000, 0x100000,
7+
vfs, data, fat, 0x6C0000, 0x13f000,

0 commit comments

Comments
 (0)