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
|
# Two application partitions of 2.0 MB
|
||||||
# 12 MB filesystem
|
# Filesystem: ~12 MB
|
||||||
#
|
#
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 36K, 20K,
|
nvs, data, nvs, 36K, 20K,
|
||||||
otadata, data, ota, 56K, 8K,
|
otadata, data, ota, 56K, 8K,
|
||||||
app0, app, ota_0, 64K, 2016K,
|
app0, app, ota_0, 64K, 2048K,
|
||||||
app1, app, ota_1, 2080K, 2016K,
|
app1, app, ota_1, 2112K, 2048K,
|
||||||
spiffs, data, spiffs, 4M, 12M,
|
spiffs, data, spiffs, 4160K, 12224K,
|
||||||
|
|
@ -1,9 +1,9 @@
|
|||||||
# Two application partitions of ~2.0 MB
|
# Two application partitions of 2.0 MB
|
||||||
# 28 MB filesystem
|
# Filesystem: ~28 MB
|
||||||
#
|
#
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 36K, 20K,
|
nvs, data, nvs, 36K, 20K,
|
||||||
otadata, data, ota, 56K, 8K,
|
otadata, data, ota, 56K, 8K,
|
||||||
app0, app, ota_0, 64K, 2016K,
|
app0, app, ota_0, 64K, 2048K,
|
||||||
app1, app, ota_1, 2080K, 2016K,
|
app1, app, ota_1, 2112K, 2048K,
|
||||||
spiffs, data, spiffs, 4M, 28M,
|
spiffs, data, spiffs, 4160K, 28608K,
|
||||||
|
|
@ -1,9 +1,9 @@
|
|||||||
# Two application partitions of ~2.0 MB
|
# Two application partitions of 2.0 MB
|
||||||
# 4 MB filesystem
|
# Filesystem: ~4 MB
|
||||||
#
|
#
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 36K, 20K,
|
nvs, data, nvs, 36K, 20K,
|
||||||
otadata, data, ota, 56K, 8K,
|
otadata, data, ota, 56K, 8K,
|
||||||
app0, app, ota_0, 64K, 2016K,
|
app0, app, ota_0, 64K, 2048K,
|
||||||
app1, app, ota_1, 2080K, 2016K,
|
app1, app, ota_1, 2112K, 2048K,
|
||||||
spiffs, data, spiffs, 4M, 4M,
|
spiffs, data, spiffs, 4160K, 4032K,
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user