From 3e11f6518847b90793acca33495682b4b29d0030 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Sat, 22 Feb 2025 10:06:43 +0100 Subject: [PATCH] partition: update spiffs offset in partition files --- .github/workflows/gitea-release.yml | 2 +- .github/workflows/github-release.yml | 2 +- partitions.csv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gitea-release.yml b/.github/workflows/gitea-release.yml index cbe6519..372961c 100644 --- a/.github/workflows/gitea-release.yml +++ b/.github/workflows/gitea-release.yml @@ -55,7 +55,7 @@ jobs: 0x1000 bootloader.bin \ 0x8000 partitions.bin \ 0x10000 firmware.bin \ - 0x390000 spiffs.bin) + 0x410000 spiffs.bin) # Verify file sizes echo "File sizes:" diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 54f1609..1e98ea5 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -62,7 +62,7 @@ jobs: 0x1000 bootloader.bin \ 0x8000 partitions.bin \ 0x10000 firmware.bin \ - 0x390000 spiffs.bin) + 0x410000 spiffs.bin) # Verify file sizes echo "File sizes:" diff --git a/partitions.csv b/partitions.csv index eb26127..147d664 100644 --- a/partitions.csv +++ b/partitions.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x200000, app1, app, ota_1, 0x210000, 0x200000, -spiffs, data, spiffs, 0x390000, 0x100000, \ No newline at end of file +spiffs, data, spiffs, 0x410000, 0x100000, \ No newline at end of file