fix sensecap watcher partition alignment

This commit is contained in:
Terrence
2025-03-26 23:07:47 +08:00
parent f05b46a0d9
commit 4c7e00630b
2 changed files with 12 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ nvsfactory, data, nvs, , 200K,
nvs, data, nvs, , 840K,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
model, data, spiffs, , 1024K,
ota_0, app, ota_0, , 12M,
ota_1, app, ota_1, , 12M,
model, data, spiffs, , 0xF0000,
# According to scripts/versions.py, app partition must be aligned to 1MB
ota_0, app, ota_0, 0x200000, 12M,
ota_1, app, ota_1, , 12M,
1 # ESP-IDF Partition Table
4 nvs, data, nvs, , 840K,
5 otadata, data, ota, , 0x2000,
6 phy_init, data, phy, , 0x1000,
7 model, data, spiffs, , 1024K, model, data, spiffs, , 0xF0000,
8 ota_0, app, ota_0, , 12M, # According to scripts/versions.py, app partition must be aligned to 1MB
9 ota_1, app, ota_1, , 12M, ota_0, app, ota_0, 0x200000, 12M,
10 ota_1, app, ota_1, , 12M,