Skip to content

Add target debug_coredump #223

Open
Open
@frostmorn

Description

@frostmorn

Steps to implement in a target

  1. Download coredump from esp32s3:
    esptool.py --chip esp32s3 --port <lilka port> read_flash 0xff0000 0x10000 coredump.bin

  2. Analyze the core dump:
    xtensa-esp32s3-elf-gdb -c <coredump.bin> <firmware.elf>

this would allow to debug keira better.
For enabling these features platformio.ini should contain build_flags below

build_flags = -DCORE_DEBUG_LEVEL=5 -DESP_COREDUMP_ENABLE_TO_FLASH=1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions