mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Partition Schema change
This commit is contained in:
parent
fa61cfdaf1
commit
d4339cd1a4
@ -4,6 +4,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
app0, app, ota_0, 64K, 1984K,
|
||||
app1, app, ota_1, 2048K, 1984K,
|
||||
device, data, nvs, 4032K, 64K,
|
||||
config, data, nvs, 4096K, 64K,
|
||||
spiffs, data, spiffs, 4160K, 12224K,
|
||||
|
|
@ -1,8 +1,9 @@
|
||||
# One single application partition of 1.625 MB
|
||||
# 320 kB filesystem
|
||||
# 240 kB filesystem
|
||||
#
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 1664K,
|
||||
spiffs, data, spiffs, 1728K, 320K,
|
||||
app0, app, ota_0, 64K, 1728K,
|
||||
user, data, nvs, 1792K, 16K,
|
||||
spiffs, data, spiffs, 1808K, 240K,
|
||||
|
|
@ -4,6 +4,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
app0, app, ota_0, 64K, 1984K,
|
||||
app1, app, ota_1, 2048K, 1984K,
|
||||
device, data, nvs, 4032K, 64K,
|
||||
config, data, nvs, 4096K, 64K,
|
||||
spiffs, data, spiffs, 4160K, 28608K,
|
||||
|
|
@ -1,9 +1,10 @@
|
||||
# Two application partitions of 1664 kB
|
||||
# 704 kB filesystem
|
||||
# Two application partitions of 1.687 MB
|
||||
# 560 kB filesystem
|
||||
#
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 1664K,
|
||||
app1, app, ota_1, 1728K, 1664K,
|
||||
spiffs, data, spiffs, 3392K, 704K,
|
||||
app0, app, ota_0, 64K, 1728K,
|
||||
app1, app, ota_1, 1792K, 1728K,
|
||||
config, data, nvs, 3520K, 16K,
|
||||
spiffs, data, spiffs, 3536K, 560K,
|
||||
|
|
@ -4,6 +4,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
app0, app, ota_0, 64K, 1984K,
|
||||
app1, app, ota_1, 2048K, 1984K,
|
||||
device, data, nvs, 4032K, 64K,
|
||||
config, data, nvs, 4096K, 64K,
|
||||
spiffs, data, spiffs, 4160K, 4032K,
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user