diff --git a/examples/blemesh_bridge/partitions.csv b/examples/blemesh_bridge/partitions.csv index 1038bb5c3..3d73060b7 100644 --- a/examples/blemesh_bridge/partitions.csv +++ b/examples/blemesh_bridge/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x8000, +nvs, data, nvs, 0x10000, 0xE000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/controller/partitions.csv b/examples/controller/partitions.csv index 591abb55a..c8dae5f16 100644 --- a/examples/controller/partitions.csv +++ b/examples/controller/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/esp-now_bridge_light/partitions.csv b/examples/esp-now_bridge_light/partitions.csv index 23795d153..c83bdcf3d 100644 --- a/examples/esp-now_bridge_light/partitions.csv +++ b/examples/esp-now_bridge_light/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, , # Never mark this as an encrypted partition -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/generic_switch/partitions.csv b/examples/generic_switch/partitions.csv index 84bf8b7f6..ffe5f242e 100644 --- a/examples/generic_switch/partitions.csv +++ b/examples/generic_switch/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/generic_switch/partitions_thread.csv b/examples/generic_switch/partitions_thread.csv index e5f11bdd4..362679948 100644 --- a/examples/generic_switch/partitions_thread.csv +++ b/examples/generic_switch/partitions_thread.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys, , 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/light/partitions.csv b/examples/light/partitions.csv index 84bf8b7f6..ffe5f242e 100644 --- a/examples/light/partitions.csv +++ b/examples/light/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/light/partitions_thread.csv b/examples/light/partitions_thread.csv index e5f11bdd4..362679948 100644 --- a/examples/light/partitions_thread.csv +++ b/examples/light/partitions_thread.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys, , 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/light_switch/partitions.csv b/examples/light_switch/partitions.csv index 84bf8b7f6..ffe5f242e 100644 --- a/examples/light_switch/partitions.csv +++ b/examples/light_switch/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/light_switch/partitions_c6.csv b/examples/light_switch/partitions_c6.csv index d67f276a5..a3ae9ab23 100644 --- a/examples/light_switch/partitions_c6.csv +++ b/examples/light_switch/partitions_c6.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys, , 0x1000, encrypted phy_init, data, phy, , 0x1000, ota_0, app, ota_0, , 0x1C0000, diff --git a/examples/light_switch/partitions_thread.csv b/examples/light_switch/partitions_thread.csv index e5f11bdd4..362679948 100644 --- a/examples/light_switch/partitions_thread.csv +++ b/examples/light_switch/partitions_thread.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys, , 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/zap_light/partitions.csv b/examples/zap_light/partitions.csv index 84bf8b7f6..ffe5f242e 100644 --- a/examples/zap_light/partitions.csv +++ b/examples/zap_light/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/zap_light/partitions_thread.csv b/examples/zap_light/partitions_thread.csv index e5f11bdd4..362679948 100644 --- a/examples/zap_light/partitions_thread.csv +++ b/examples/zap_light/partitions_thread.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x6000, +nvs, data, nvs, 0x10000, 0xC000, nvs_keys, data, nvs_keys, , 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000, diff --git a/examples/zigbee_bridge/partitions.csv b/examples/zigbee_bridge/partitions.csv index 840c359bc..7a3bf117b 100644 --- a/examples/zigbee_bridge/partitions.csv +++ b/examples/zigbee_bridge/partitions.csv @@ -1,7 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted -nvs, data, nvs, 0x10000, 0x8000, +nvs, data, nvs, 0x10000, 0xE000, nvs_keys, data, nvs_keys,, 0x1000, encrypted otadata, data, ota, , 0x2000 phy_init, data, phy, , 0x1000,