mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
example: reduce the ot_storage size in examples partition table
This commit is contained in:
@@ -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,
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user