Start of 5.X work

This commit is contained in:
Sebastien L
2025-03-18 17:38:34 -04:00
parent c0ddf0a997
commit 73bd096f37
442 changed files with 227862 additions and 21075 deletions

View File

@@ -1,8 +1,4 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xD000, 0x2000,
phy_init, data, phy, 0xF000, 0x1000,
recovery, app, factory, 0x10000, 0x140000,
ota_0, app, ota_0, , 0x2A0000,
settings, data, nvs, , 0x10000,
otadata, data, ota, 0xD000, 0x2000,
phy_init, data, phy, 0xF000, 0x1000,
recovery, app, factory, 0x10000, 0x300000,
spiffs, data, spiffs, , 0x7D000,
1 # Name, Type, SubType, Offset, Size, Flags otadata data ota 0xD000 0x2000
2 # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild phy_init data phy 0xF000 0x1000
3 nvs, data, nvs, 0x9000, 0x4000, recovery app factory 0x10000 0x300000
4 otadata, data, ota, 0xD000, 0x2000, spiffs data spiffs 0x7D000
phy_init, data, phy, 0xF000, 0x1000,
recovery, app, factory, 0x10000, 0x140000,
ota_0, app, ota_0, , 0x2A0000,
settings, data, nvs, , 0x10000,