Add Zone.Identifier files for wifi-connect and partitions

- Created new Zone.Identifier file in components/wifi-connect with ZoneId=3.
- Created new Zone.Identifier file in partitions.csv with ZoneId=3.
This commit is contained in:
Wang Beihong
2026-03-28 16:12:37 +08:00
parent a9be1dd6b9
commit 8c33fe7411
47 changed files with 2090 additions and 3132 deletions

View File

@@ -1,6 +1,4 @@
# 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,
factory, app, factory, 0x10000, 0x200000,
wifi_spiffs, data, spiffs, 0x210000, 0x180000,
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x200000,
1 # Name, Type, SubType, Offset, Size, Flags # Name Type SubType Offset Size Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap nvs data nvs 0x9000 0x6000
3 nvs, data, nvs, 0x9000, 0x6000, phy_init data phy 0xf000 0x1000
4 phy_init, data, phy, 0xf000, 0x1000, factory app factory 0x10000 0x200000
factory, app, factory, 0x10000, 0x200000,
wifi_spiffs, data, spiffs, 0x210000, 0x180000,