mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-05-19 13:55:07 +00:00
bb58c69d38
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>
9 lines
369 B
CSV
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,
|