-
Notifications
You must be signed in to change notification settings - Fork 34
Retrieve a coredump
Szybet edited this page Sep 12, 2025
·
5 revisions
Coredump is the optional info saved on an esp32 of the latest crash. Luckly InkWatchy enables it and automates the process of retrieving it. Step by step:
Notes:
- You don't need a debug build for this to work
- Click this button (Or if you are in terminal only:
PLATFORMIO_ENV_NAME=$ENVNAME ./resources/tools/other/tasks/taskerDebug.sh):

Then this button:

From now on the process will be called "Launch coredump"
It will now download some things, it can take time, then it will fail
-
Go toNot needed anymoreresources/tools/other/debug/getCoreDump.shand follow the instructions on top of the file
- Connect your watchy to your PC, make sure it's connected, it's seen
- Make sure platformio monitor is not launched
- Launch coredump
- Copy the text for me to analyse
Done