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>
pull/8215/head
Damien George 2022-01-27 16:38:14 +11:00
rodzic 79a3158de6
commit e1a84a0c6f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,5 +3,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
factory, app, factory, 0x10000, 0x1F0000,
vfs, data, fat, 0x200000, 0xD59F80,

1 # Notes: the offset of the partition table itself is set in
3 # Name, Type, SubType, Offset, Size, Flags
4 nvs, data, nvs, 0x9000, 0x6000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 0x180000, factory, app, factory, 0x10000, 0x1F0000,
7 vfs, data, fat, 0x200000, 0xD59F80,

Wyświetl plik

@ -3,5 +3,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
factory, app, factory, 0x10000, 0x1F0000,
vfs, data, fat, 0x200000, 0x200000,

1 # Notes: the offset of the partition table itself is set in
3 # Name, Type, SubType, Offset, Size, Flags
4 nvs, data, nvs, 0x9000, 0x6000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 0x180000, factory, app, factory, 0x10000, 0x1F0000,
7 vfs, data, fat, 0x200000, 0x200000,