esp32/partitions-2MiB.csv: Update table so firmware fits.

The current MicroPython app size is larger than the size allocated in the
partitions table.
pull/7383/head
noslaver 2020-08-01 22:41:55 +03:00 zatwierdzone przez Damien George
rodzic 865abba197
commit f314cac604
1 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, 0x110000,
vfs, data, fat, 0x120000, 0xA0000,
factory, app, factory, 0x10000, 0x160000,
vfs, data, fat, 0x170000, 0x50000,

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, 0x110000, factory, app, factory, 0x10000, 0x160000,
7 vfs, data, fat, 0x120000, 0xA0000, vfs, data, fat, 0x170000, 0x50000,