mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-03-29 05:19:50 +00:00
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>
369 B
369 B
| 1 | # ESP-IDF Partition Table for T-Deck Plus (8MB Flash) |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0x9000, 0x5000, |
| 4 | otadata, data, ota, 0xe000, 0x2000, |
| 5 | app0, app, ota_0, 0x10000, 0x300000, |
| 6 | app1, app, ota_1, 0x310000, 0x300000, |
| 7 | spiffs, data, spiffs, 0x610000, 0x1E0000, |
| 8 | coredump, data, coredump,0x7F0000, 0x10000, |