From 5e29b1c90d7c64e12b918cca85ce43fa988eb080 Mon Sep 17 00:00:00 2001 From: Darian Leung Date: Thu, 30 Jun 2022 18:52:10 +0800 Subject: [PATCH] openthread: Increase size of app parititon in ot_br example --- examples/openthread/ot_br/partitions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openthread/ot_br/partitions.csv b/examples/openthread/ot_br/partitions.csv index 084c4662e2..d18753121d 100644 --- a/examples/openthread/ot_br/partitions.csv +++ b/examples/openthread/ot_br/partitions.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, 1400K, +factory, app, factory, 0x10000, 1500K, ot_storage, data, 0x3a, , 0x2000,