Add otadata partition

This commit is contained in:
Michael Ehrenreich
2026-03-16 10:55:01 +01:00
parent 28c48df5d5
commit 2c44d06995
+6 -5
View File
@@ -1,7 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 0x380000,
ota_1, app, ota_1, 0x390000, 0x380000,
storage, data, fat, 0x710000, 0xf0000,
nvs, data, nvs, 0x9000, 0x14000,
phy_init, data, phy, 0x1d000, 0x1000,
otadata, data, ota, 0x1e000, 0x2000,
ota_0, app, ota_0, 0x20000, 0x370000,
ota_1, app, ota_1, 0x390000, 0x370000,
storage, data, fat, 0x700000, 0x100000,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x14000,
4 phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0x1d000, 0x1000,
5 ota_0, app, ota_0, 0x10000, 0x380000, otadata, data, ota, 0x1e000, 0x2000,
6 ota_1, app, ota_1, 0x390000, 0x380000, ota_0, app, ota_0, 0x20000, 0x370000,
7 storage, data, fat, 0x710000, 0xf0000, ota_1, app, ota_1, 0x390000, 0x370000,
8 storage, data, fat, 0x700000, 0x100000,