Files
pyxis/partitions.csv
torlando-tech bb58c69d38 Add core dump partition for crash analysis
Carve 64KB from SPIFFS for a coredump partition at 0x7F0000.
On any crash (panic, WDT, assert), the ESP32 writes CPU state
and backtrace to flash, readable on next boot with espcoredump.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 16:57:05 -05:00

369 B

1# ESP-IDF Partition Table for T-Deck Plus (8MB Flash)
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x5000,
4otadata, data, ota, 0xe000, 0x2000,
5app0, app, ota_0, 0x10000, 0x300000,
6app1, app, ota_1, 0x310000, 0x300000,
7spiffs, data, spiffs, 0x610000, 0x1E0000,
8coredump, data, coredump,0x7F0000, 0x10000,