Files
ESP32_Serial_Swiss_Army_Knife/partitions.csv
T
Commander1024 6793f6bcc2 Add custom dual-OTA flash partition layout
Document the 16 MiB flash layout and one-time migration procedure.
2026-08-23 00:07:23 +02:00

514 B

1# ESP32-S3-WROOM-1-N16R8: dual-OTA layout for 16 MiB flash
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x80000,
4otadata, data, ota, 0x89000, 0x2000,
5phy_init, data, phy, 0x8B000, 0x1000,
6nvs_key, data, nvs_keys, 0x8C000, 0x1000, encrypted
7coredump, data, coredump, 0x8D000, 0x20000,
8ota_0, app, ota_0, 0xB0000, 0x400000,
9ota_1, app, ota_1, 0x4B0000, 0x400000,
10storage, data, littlefs, 0x8B0000, 0x750000,