[BUG] esp32s3 gdb debug problem with CONFIG_ESPRESSIF_SIMPLE_BOOT #14660
Labels
Arch: xtensa
Issues related to the Xtensa architecture
Area: Debugging
Debugging issues
OS: Linux
Issues related to Linux (building system, etc)
Type: Bug
Something isn't working
Description / Steps to reproduce the issue
Take
esp32s3-devkit:sotest
as an example, with legacy boot format, the board can be debugged. The steps are:CONFIG_ESP32S3_APP_FORMAT_LEGACY=y
to boards/xtensa/esp32s3/esp32s3-devkit/configs/sotest/defconfigopenocd -f board/esp32s3-builtin.cfg
With
CONFIG_ESPRESSIF_SIMPLE_BOOT
, gdb debug is not working. The steps are:CONFIG_ESP32S3_APP_FORMAT_LEGACY=y
from boards/xtensa/esp32s3/esp32s3-devkit/configs/sotest/defconfigopenocd -f board/esp32s3-builtin.cfg
After
c
, the program can't continue, gdb shows:On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu 20.04
NuttX Version
master
Issue Architecture
[Arch: xtensa]
Issue Area
[Area: Debugging]
Verification
The text was updated successfully, but these errors were encountered: