From f4c3c5e584938dbaa1e909cbc558a60db188a89e Mon Sep 17 00:00:00 2001 From: Empire Date: Wed, 5 Mar 2025 21:22:04 +0100 Subject: [PATCH] adjust partition table to prevent mmu assertion on ota_1 --- rust/partitions.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/partitions.csv b/rust/partitions.csv index 3fdfc83..68f2fe9 100644 --- a/rust/partitions.csv +++ b/rust/partitions.csv @@ -1,6 +1,6 @@ nvs, data, nvs, , 16k, otadata, data, ota, , 8k, phy_init, data, phy, , 4k, -ota_0, app, ota_0, , 6M, -ota_1, app, ota_1, , 6M, -storage, data, spiffs, , 3800k, \ No newline at end of file +ota_0, app, ota_0, , 5632k, +ota_1, app, ota_1, , 5632k, +storage, data, spiffs, , 5000k, \ No newline at end of file