firmware/partition-table.csv
Thomas Göttgens 7e9a233296 - new Bootloader for ESP-IDF 4.2
- save partition table to device
- modify partition table for async OTA
2022-09-26 22:42:58 +02:00

413 B

1# FIXME! using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
2# This is a layout for 4MB of flash
3# Name, Type, SubType, Offset, Size, Flags
4nvs, data, nvs, 0x009000, 0x005000,
5otadata, data, ota, 0x00e000, 0x002000,
6app, app, ota_0, 0x010000, 0x250000,
7flashApp, app, ota_1, 0x260000, 0x0A0000,
8spiffs, data, spiffs, 0x300000, 0x100000,