Added partition scheme that can be used for huge application with no OTA support
This commit is contained in:
parent
6e4a8c9da2
commit
5530e0b946
5
huge_app.csv
Normal file
5
huge_app.csv
Normal file
@ -0,0 +1,5 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x300000,
|
||||
spiffs, data, spiffs, 0x310000,0xF0000,
|
|
Loading…
x
Reference in New Issue
Block a user