grow our app space in flash

This commit is contained in:
geeksville
2020-02-01 09:46:25 -08:00
parent 2529189a08
commit 1bda9c953e
4 changed files with 26 additions and 1 deletions

7
partition-table.csv Normal file
View File

@@ -0,0 +1,7 @@
# This is a layout for 4MB of flash
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1c0000,
app1, app, ota_1, 0x1d0000,0x1c0000,
spiffs, data, spiffs, 0x390000,0x070000,
1 # This is a layout for 4MB of flash
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x5000,
4 otadata, data, ota, 0xe000, 0x2000,
5 app0, app, ota_0, 0x10000, 0x1c0000,
6 app1, app, ota_1, 0x1d0000,0x1c0000,
7 spiffs, data, spiffs, 0x390000,0x070000,