Align partition boundaries on 64 kB

This commit is contained in:
fvanroie 2021-05-09 23:41:54 +02:00
parent 333185a472
commit 33e3fbb71e
3 changed files with 15 additions and 15 deletions

View File

@ -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 # Two application partitions of ~2.0 MB # Two application partitions of 2.0 MB
2 # 12 MB filesystem # Filesystem: ~12 MB
3 # #
4 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
5 nvs, data, nvs, 36K, 20K, nvs, data, nvs, 36K, 20K,
6 otadata, data, ota, 56K, 8K, otadata, data, ota, 56K, 8K,
7 app0, app, ota_0, 64K, 2016K, app0, app, ota_0, 64K, 2048K,
8 app1, app, ota_1, 2080K, 2016K, app1, app, ota_1, 2112K, 2048K,
9 spiffs, data, spiffs, 4M, 12M, spiffs, data, spiffs, 4160K, 12224K,

View File

@ -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 # Two application partitions of ~2.0 MB # Two application partitions of 2.0 MB
2 # 28 MB filesystem # Filesystem: ~28 MB
3 # #
4 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
5 nvs, data, nvs, 36K, 20K, nvs, data, nvs, 36K, 20K,
6 otadata, data, ota, 56K, 8K, otadata, data, ota, 56K, 8K,
7 app0, app, ota_0, 64K, 2016K, app0, app, ota_0, 64K, 2048K,
8 app1, app, ota_1, 2080K, 2016K, app1, app, ota_1, 2112K, 2048K,
9 spiffs, data, spiffs, 4M, 28M, spiffs, data, spiffs, 4160K, 28608K,

View File

@ -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,

1 # Two application partitions of ~2.0 MB # Two application partitions of 2.0 MB
2 # 4 MB filesystem # Filesystem: ~4 MB
3 # #
4 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
5 nvs, data, nvs, 36K, 20K, nvs, data, nvs, 36K, 20K,
6 otadata, data, ota, 56K, 8K, otadata, data, ota, 56K, 8K,
7 app0, app, ota_0, 64K, 2016K, app0, app, ota_0, 64K, 2048K,
8 app1, app, ota_1, 2080K, 2016K, app1, app, ota_1, 2112K, 2048K,
9 spiffs, data, spiffs, 4M, 4M, spiffs, data, spiffs, 4160K, 4032K,