Skip to content

Commit f8c7682

Browse files
committed
Changed partitioning
1 parent 0bf234d commit f8c7682

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

boards/MICROLITE_S3/partitions-8MiB.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Name, Type, SubType, Offset, Size, Flags
44
nvs, data, nvs, 0x9000, 0x6000,
55
phy_init, data, phy, 0xf000, 0x1000,
6-
factory, app, factory, 0x10000, 0x1F0000,
7-
vfs, data, fat, 0x200000, 0x600000,
6+
factory, app, factory, 0x10000, 0x240000,
7+
vfs, data, fat, 0x250000, 0x5B0000,

boards/MICROLITE_S3_SPIRAM/partitions-8MiB.csv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
# Name, Type, SubType, Offset, Size, Flags
44
nvs, data, nvs, 0x9000, 0x6000,
55
phy_init, data, phy, 0xf000, 0x1000,
6-
factory, app, factory, 0x10000, 0x1F0000,
7-
vfs, data, fat, 0x200000, 0x600000,
8-
6+
factory, app, factory, 0x10000, 0x240000,
7+
vfs, data, fat, 0x250000, 0x5B0000,

boards/MICROLITE_S3_SPIRAM_OCTAL/partitions-8MiB.csv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
# Name, Type, SubType, Offset, Size, Flags
44
nvs, data, nvs, 0x9000, 0x6000,
55
phy_init, data, phy, 0xf000, 0x1000,
6-
factory, app, factory, 0x10000, 0x1F0000,
7-
vfs, data, fat, 0x200000, 0x600000,
8-
6+
factory, app, factory, 0x10000, 0x240000,
7+
vfs, data, fat, 0x250000, 0x5B0000,

0 commit comments

Comments
 (0)