Skip to content

Commit c96ffaa

Browse files
authored
add nvs size to 48k bytes for matter 1.1 (project-chip#28353)
1 parent 693ef72 commit c96ffaa

File tree

15 files changed

+21
-21
lines changed

15 files changed

+21
-21
lines changed

examples/all-clusters-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000,
55
phy_init, data, phy, , 0x1000,
66
ota_0, app, ota_0, , 1900K,

examples/all-clusters-minimal-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000,
55
phy_init, data, phy, , 0x1000,
66
ota_0, app, ota_0, , 1500K,
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,

examples/chef/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
66
factory, app, factory, , 1945K,

examples/light-switch-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000,
55
phy_init, data, phy, , 0x1000,
66
ota_0, app, ota_0, , 1500K,

examples/lighting-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
33
esp_secure_cert, 0x3F, , 0xD000, 0x2000, encrypted
4-
nvs, data, nvs, 0x10000, 0x6000,
4+
nvs, data, nvs, 0x10000, 0xC000,
55
nvs_keys, data, nvs_keys,, 0x1000,
66
otadata, data, ota, , 0x2000
77
phy_init, data, phy, , 0x1000,

examples/lighting-app/esp32/partitions_encrypted.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000, encrypted
55
phy_init, data, phy, , 0x1000, encrypted
66
ota_0, app, ota_0, , 1500K, encrypted

examples/lighting-app/esp32/partitions_h2.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000,
55
phy_init, data, phy, , 0x1000,
66
ota_0, app, ota_0, , 1500K,
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,

examples/ota-provider-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.6MB
66
factory, app, factory, , 1600K,

examples/ota-requestor-app/esp32/partitions.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
otadata, data, ota, , 0x2000,
55
phy_init, data, phy, , 0x1000,
66
# OTA partitions of size 1.5M each
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,

examples/shell/esp32/partitions.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3-
nvs, data, nvs, , 0x6000,
3+
nvs, data, nvs, , 0xC000,
44
phy_init, data, phy, , 0x1000,
55
# Factory partition size about 1.9MB
6-
factory, app, factory, , 1945K,
6+
factory, app, factory, , 1920K,

0 commit comments

Comments
 (0)