Search found 3 matches
- Wed May 15, 2024 8:41 pm
- Forum: General Discussion
- Topic: esp-coredump.py of binary file
- Replies: 4
- Views: 1083
Re: esp-coredump.py of binary file
Thanks to your hard work, it is working. Here the steps I took. 1) I installed the ESP-IDF VScode extension 2) I found the path to the xtensa stuff and added it to my Windows path It looked something like ~/.espressif/tools/xtensa-esp-elf-gdb/14.2_20240403/xtensa-esp-elf-gdb/bin (I hate backslashes)...
- Tue May 14, 2024 6:55 pm
- Forum: General Discussion
- Topic: esp-coredump.py of binary file
- Replies: 4
- Views: 1083
Re: esp-coredump.py of binary file
I did install the VSCode version of ESP-IDF. The installation suggested that instead of the standalone app. The path to esp-coredump is in my Windows path so I think it installed correctly. I get the following message: espcoredump.py v1.11.0 ==========================================================...
- Mon May 13, 2024 10:38 am
- Forum: General Discussion
- Topic: esp-coredump.py of binary file
- Replies: 4
- Views: 1083
esp-coredump.py of binary file
Has anybody ever taken a binary file that is an image of the coredump partition and been able to decode it using esp-coredump.py? We use Arduino development environment under vscode so I know the results will not be as robust as if they were built with idf.py. I would love to get anything. What I ha...