esp32/partitions: Increase size of app-part from 0x180000 to 0x1F0000.
To fill out all of the available flash up to the start of the filesystem partition. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
79a3158de6
commit
e1a84a0c6f
|
@ -3,5 +3,5 @@
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 0x9000, 0x6000,
|
nvs, data, nvs, 0x9000, 0x6000,
|
||||||
phy_init, data, phy, 0xf000, 0x1000,
|
phy_init, data, phy, 0xf000, 0x1000,
|
||||||
factory, app, factory, 0x10000, 0x180000,
|
factory, app, factory, 0x10000, 0x1F0000,
|
||||||
vfs, data, fat, 0x200000, 0xD59F80,
|
vfs, data, fat, 0x200000, 0xD59F80,
|
||||||
|
|
|
|
@ -3,5 +3,5 @@
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 0x9000, 0x6000,
|
nvs, data, nvs, 0x9000, 0x6000,
|
||||||
phy_init, data, phy, 0xf000, 0x1000,
|
phy_init, data, phy, 0xf000, 0x1000,
|
||||||
factory, app, factory, 0x10000, 0x180000,
|
factory, app, factory, 0x10000, 0x1F0000,
|
||||||
vfs, data, fat, 0x200000, 0x200000,
|
vfs, data, fat, 0x200000, 0x200000,
|
||||||
|
|
|
Loading…
Reference in New Issue