Browse Source

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 3 years ago
parent
commit
e1a84a0c6f
  1. 2
      ports/esp32/partitions-16MiB.csv
  2. 2
      ports/esp32/partitions.csv

2
ports/esp32/partitions-16MiB.csv

@ -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,

Can't render this file because it has a wrong number of fields in line 3.

2
ports/esp32/partitions.csv

@ -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,

Can't render this file because it has a wrong number of fields in line 3.
Loading…
Cancel
Save