diff --git a/examples/system/console/advanced/partitions_example.csv b/examples/system/console/advanced/partitions_example.csv index 1c79321a107..27472b2454b 100644 --- a/examples/system/console/advanced/partitions_example.csv +++ b/examples/system/console/advanced/partitions_example.csv @@ -2,5 +2,5 @@ # 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, 1M, +factory, app, factory, 0x10000, 0x110000, storage, data, fat, , 1M, diff --git a/examples/system/console/basic/partitions_example.csv b/examples/system/console/basic/partitions_example.csv index 1c79321a107..27472b2454b 100644 --- a/examples/system/console/basic/partitions_example.csv +++ b/examples/system/console/basic/partitions_example.csv @@ -2,5 +2,5 @@ # 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, 1M, +factory, app, factory, 0x10000, 0x110000, storage, data, fat, , 1M, diff --git a/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv b/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv index dd7501cb4ff..e629d8da8b9 100644 --- a/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv +++ b/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv @@ -4,5 +4,5 @@ nvs, data, nvs, , 0x4000, otadata, data, ota, , 0x2000, phy_init, data, phy, , 0x1000, -ota_0, app, ota_0, , 1500K, -ota_1, app, ota_1, , 1500K, +ota_0, app, ota_0, , 1600K, +ota_1, app, ota_1, , 1600K,