-
Notifications
You must be signed in to change notification settings - Fork 9
Troubleshooting
Szybet edited this page Jun 3, 2024
·
17 revisions
- If your firmware crashed, try retrieving the coredump. I have a tool for that in
resources/tools/other/tasks/taskerEsp.sh
but it's not easy to use - If you want to catch odd behavior, try to replicate it with logs enabled. Enable DEBUG option and PUT_LOGS_TO_SERIAL, PUT_LOGS_TO_FS to your will. you can retrieve logs from littlefs using the resource task.
- With DEBUG on, DEBUG_SLOWER on and only PUT_LOGS_TO_FS on you can achieve good performance while still getting logs for later, if the issue is hard to catch
- Somehow imagemagick is too old. That's weird, I use a dynamically downloaded one, newest one. Contact me.
- Your littlefs filesystem is corrupted / not uploaded / failed to mount. What have you done?... You can grab one from actions / releases "used" source code and upload it to check where is the problem.
Maybe your NVS is corrupted?: esptool.py erase_flash
and re-upload your firmware