Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and shubhamdp committed Feb 17, 2024
1 parent 581e94a commit 62027a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/temperature-measurement-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@ CONFIG_ESP32_COREDUMP_DATA_FORMAT_ELF=y

This example's partition table and sdkconfig.default are already modified

- Retrieve the core dump using diagnostic logs cluster
- Retrieve the core dump using diagnostic logs cluster

```
# Read crash logs over BDX
chip-tool interactive start
> diagnosticlogs retrieve-logs-request 1 1 1 0 --TransferFileDesignator crash.bin
```
- Decode the crash logs, using espcoredump.py
- Decode the crash logs, using espcoredump.py
```
espcoredump.py --chip (CHIP) info_corefile --core /tmp/crash.bin \
--core-format elf build/chip-temperature-measurement-app.elf
Expand Down

0 comments on commit 62027a5

Please sign in to comment.