From dd8f80f4067acc7962ddcc984dea57e3dfd50b92 Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Wed, 9 Aug 2023 02:19:50 +0200 Subject: [PATCH] app: make it 8 MiB --- partitions.csv | 4 ++-- recovery/partitions.csv | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/partitions.csv b/partitions.csv index 57902e3d1e..4eaa87d08a 100644 --- a/partitions.csv +++ b/partitions.csv @@ -7,5 +7,5 @@ nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, # 512KiB gap for recovery app. -app, app, factory, 0x90000, 0x300000, -vfs, data, fat, 0x390000, 0xc70000, +app, app, factory, 0x90000, 0x800000, +vfs, data, fat, 0x890000, 0x770000, diff --git a/recovery/partitions.csv b/recovery/partitions.csv index 916b779ebe..c6c2df3d0c 100644 --- a/recovery/partitions.csv +++ b/recovery/partitions.csv @@ -4,5 +4,5 @@ nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, recovery, app, factory, 0x10000, 0x80000, -app, app, ota_0, 0x90000, 0x300000, -vfs, data, fat, 0x390000, 0xc70000, +app, app, ota_0, 0x90000, 0x800000, +vfs, data, fat, 0x890000, 0x770000, -- GitLab