From f6cba1986b8929b112252ccb3d0ad621a4566242 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:49:33 +0200 Subject: [PATCH] esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3 (#21241) --- CHANGELOG.md | 1 + partitions/esp32_partition_app3904k_fs3392k.csv | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 partitions/esp32_partition_app3904k_fs3392k.csv diff --git a/CHANGELOG.md b/CHANGELOG.md index 273e83a5c777..87acaa4d7de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [13.4.1.2] ### Added +- esp32_partition_app3904k_fs3392k partition scheme for 8MB ESP32S3 ### Breaking Changed - ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212) diff --git a/partitions/esp32_partition_app3904k_fs3392k.csv b/partitions/esp32_partition_app3904k_fs3392k.csv new file mode 100644 index 000000000000..7198120f534a --- /dev/null +++ b/partitions/esp32_partition_app3904k_fs3392k.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000, +otadata, data, ota, 0xe000, 0x2000, +safeboot, app, factory, 0x10000, 0xD0000, +app0, app, ota_0, 0xE0000, 0x3D0000, +spiffs, data, spiffs, 0x4B0000,0x150000,