Page 1 of 1

CORE DUMP

Posted: Tue May 23, 2023 9:15 am
by RishoTer
Hello,

I am trying to understand how to decode a core dump.

From https://docs.espressif.com/projects/esp ... _dump.html

I am trying to run

Code: Select all

idf.py coredump-info --help
and

Code: Select all

idf.py coredump-debug --help
However the response I get is

Code: Select all

Usage: idf.py coredump-info [OPTIONS]

          Execute targets that are not explicitly known to idf.py

Options:
  --help  Show this message and exit.
I use idf.py to build/flash the code normally. Is there anything I have to do to set up coredump-info other that installing the SDK ?

Re: CORE DUMP

Posted: Tue May 23, 2023 12:13 pm
by ESP_Roland
Please switch the documentation to the version of ESP-IDF you are using. These commands were added only recently. If you are on an older ESP-IDF then the documentation will reveal the previous way to invoke the coredump tools.