mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 02:06:35 +00:00
Align partition boundaries on 64 kB
This commit is contained in:
parent
333185a472
commit
33e3fbb71e
@ -1,9 +1,9 @@
|
||||
# Two application partitions of ~2.0 MB
|
||||
# 12 MB filesystem
|
||||
# Two application partitions of 2.0 MB
|
||||
# Filesystem: ~12 MB
|
||||
#
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2016K,
|
||||
app1, app, ota_1, 2080K, 2016K,
|
||||
spiffs, data, spiffs, 4M, 12M,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
spiffs, data, spiffs, 4160K, 12224K,
|
||||
|
|
@ -1,9 +1,9 @@
|
||||
# Two application partitions of ~2.0 MB
|
||||
# 28 MB filesystem
|
||||
# Two application partitions of 2.0 MB
|
||||
# Filesystem: ~28 MB
|
||||
#
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2016K,
|
||||
app1, app, ota_1, 2080K, 2016K,
|
||||
spiffs, data, spiffs, 4M, 28M,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
spiffs, data, spiffs, 4160K, 28608K,
|
||||
|
|
@ -1,9 +1,9 @@
|
||||
# Two application partitions of ~2.0 MB
|
||||
# 4 MB filesystem
|
||||
# Two application partitions of 2.0 MB
|
||||
# Filesystem: ~4 MB
|
||||
#
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 2016K,
|
||||
app1, app, ota_1, 2080K, 2016K,
|
||||
spiffs, data, spiffs, 4M, 4M,
|
||||
app0, app, ota_0, 64K, 2048K,
|
||||
app1, app, ota_1, 2112K, 2048K,
|
||||
spiffs, data, spiffs, 4160K, 4032K,
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user