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

9 lines
369 B
CSV

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