example: reduce the ot_storage size in examples partition table

This commit is contained in:
Shu Chen
2023-05-29 17:13:19 +08:00
parent 2f0929e5f8
commit 33d00c5969
6 changed files with 5 additions and 8 deletions
@@ -7,4 +7,4 @@ phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1C0000,
ota_1, app, ota_1, , 0x1C0000,
# For Wi-Fi device, this partition can be deleted.
ot_storage,data, fat, , 0x6000,
ot_storage,data, fat, , 0x2000,
1 # Name, Type, SubType, Offset, Size, Flags
7 ota_0, app, ota_0, , 0x1C0000,
8 ota_1, app, ota_1, , 0x1C0000,
9 # For Wi-Fi device, this partition can be deleted.
10 ot_storage,data, fat, , 0x6000, ot_storage,data, fat, , 0x2000,
+1 -1
View File
@@ -7,4 +7,4 @@ phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1C0000,
ota_1, app, ota_1, , 0x1C0000,
# For Wi-Fi device, this partition can be deleted.
ot_storage,data, fat, , 0x6000,
ot_storage,data, fat, , 0x2000,
1 # Name, Type, SubType, Offset, Size, Flags
7 ota_0, app, ota_0, , 0x1C0000,
8 ota_1, app, ota_1, , 0x1C0000,
9 # For Wi-Fi device, this partition can be deleted.
10 ot_storage,data, fat, , 0x6000, ot_storage,data, fat, , 0x2000,
+1 -1
View File
@@ -6,4 +6,4 @@ nvs_keys, data, nvs_keys, , 0x1000, encrypted
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1C0000,
ota_1, app, ota_1, , 0x1C0000,
ot_storage,data, fat, , 0x6000,
ot_storage,data, fat, , 0x2000,
1 # Name, Type, SubType, Offset, Size, Flags
6 phy_init, data, phy, , 0x1000,
7 ota_0, app, ota_0, , 0x1C0000,
8 ota_1, app, ota_1, , 0x1C0000,
9 ot_storage,data, fat, , 0x6000, ot_storage,data, fat, , 0x2000,
+1 -1
View File
@@ -7,4 +7,4 @@ phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1C0000,
ota_1, app, ota_1, , 0x1C0000,
# For Wi-Fi device, this partition can be deleted.
ot_storage,data, fat, , 0x6000,
ot_storage,data, fat, , 0x2000,
1 # Name, Type, SubType, Offset, Size, Flags
7 ota_0, app, ota_0, , 0x1C0000,
8 ota_1, app, ota_1, , 0x1C0000,
9 # For Wi-Fi device, this partition can be deleted.
10 ot_storage,data, fat, , 0x6000, ot_storage,data, fat, , 0x2000,
+1 -1
View File
@@ -7,4 +7,4 @@ phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1C0000,
ota_1, app, ota_1, , 0x1C0000,
# For Wi-Fi device, this partition can be deleted.
ot_storage,data, fat, , 0x6000,
ot_storage,data, fat, , 0x2000,
1 # Name, Type, SubType, Offset, Size, Flags
7 ota_0, app, ota_0, , 0x1C0000,
8 ota_1, app, ota_1, , 0x1C0000,
9 # For Wi-Fi device, this partition can be deleted.
10 ot_storage,data, fat, , 0x6000, ot_storage,data, fat, , 0x2000,
-3
View File
@@ -15,9 +15,6 @@ source ${MATTER_PATH}/scripts/bootstrap.sh
echo ""
echo "Building host tools"
echo ""
if [ -d "${MATTER_PATH}/out/host" ]; then
rm -r ${MATTER_PATH}/out/host
fi
gn --root="${MATTER_PATH}" gen ${MATTER_PATH}/out/host
ninja -C ${MATTER_PATH}/out/host
echo ""