docs(tools/coredump): add warning about core dump usage with encrypted parttion

Closes https://github.com/espressif/esp-coredump/issues/8
pull/13557/merge
Peter Dragun 2024-04-04 13:38:24 +02:00
rodzic e5760b35a5
commit 1830f58920
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,8 @@ The core dump partition is automatically declared when using the default partiti
.. important::
If :doc:`../security/flash-encryption` is enabled on the device, please add an ``encrypted`` flag to the core dump partition declaration.
If :doc:`../security/flash-encryption` is enabled on the device, please add an ``encrypted`` flag to the core dump partition declaration. Please note that the core dump cannot be read from encrypted partitions using ``idf.py coredump-info`` or ``idf.py coredump-debug`` commands.
It is recommended to read the core dump from ESP which will automatically decrypt the partition and send it for analysis, which can be done by running e.g. ``idf.py coredump-info -c <path-to-core-dump>``.
.. code-block:: none