From 7f2b86726c1ca362b18d9d726543c907db1a5b82 Mon Sep 17 00:00:00 2001 From: CoryCharlton Date: Mon, 14 Nov 2022 12:44:52 -0800 Subject: [PATCH 1/2] Decreasing SPIFFS partition size by 1KB to workaround issue #7467 --- tools/partitions/default_16MB.csv | 2 +- tools/partitions/large_spiffs_16MB.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/partitions/default_16MB.csv b/tools/partitions/default_16MB.csv index 7b89daee9f0..6eb30d3b897 100644 --- a/tools/partitions/default_16MB.csv +++ b/tools/partitions/default_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x640000, app1, app, ota_1, 0x650000,0x640000, -spiffs, data, spiffs, 0xc90000,0x370000, +spiffs, data, spiffs, 0xc90000,0x36FC00, diff --git a/tools/partitions/large_spiffs_16MB.csv b/tools/partitions/large_spiffs_16MB.csv index 7974c9eb140..4aa5e1b0480 100644 --- a/tools/partitions/large_spiffs_16MB.csv +++ b/tools/partitions/large_spiffs_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x480000, app1, app, ota_1, 0x490000,0x480000, -spiffs, data, spiffs, 0x910000,0x6F0000, +spiffs, data, spiffs, 0x910000,0x6EFC00, From 007040c3e8068336148bbd23e7bc5f024c7de284 Mon Sep 17 00:00:00 2001 From: CoryCharlton Date: Mon, 14 Nov 2022 15:14:06 -0800 Subject: [PATCH 2/2] Decreasing SPIFFS partition size by 4 bytes to workaround issue #7467 --- tools/partitions/default_16MB.csv | 2 +- tools/partitions/large_spiffs_16MB.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/partitions/default_16MB.csv b/tools/partitions/default_16MB.csv index 6eb30d3b897..d9dbcf9c3a4 100644 --- a/tools/partitions/default_16MB.csv +++ b/tools/partitions/default_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x640000, app1, app, ota_1, 0x650000,0x640000, -spiffs, data, spiffs, 0xc90000,0x36FC00, +spiffs, data, spiffs, 0xc90000,0x36FFFC, diff --git a/tools/partitions/large_spiffs_16MB.csv b/tools/partitions/large_spiffs_16MB.csv index 4aa5e1b0480..fbfc4dbd645 100644 --- a/tools/partitions/large_spiffs_16MB.csv +++ b/tools/partitions/large_spiffs_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x480000, app1, app, ota_1, 0x490000,0x480000, -spiffs, data, spiffs, 0x910000,0x6EFC00, +spiffs, data, spiffs, 0x910000,0x6EFFFC,