Espressif Debugging issues
Posted: Wed Aug 23, 2023 8:16 am
Hi Folks,
I am struggling to get my debugging to work. We are running a custom hardware solution and debugging did work. I reinstalled the latest espressif and is running idf 4.4.5.
The project compiles as expected, but when I try to run the debugger I get the following:
In the config options I specify extra debugger options, as per the documentation:
The debugger console out is this:
For some reason the commands halt and esp32 is not recognized. Can someone please point me in the right direction regarding this issue?
Regards
I am struggling to get my debugging to work. We are running a custom hardware solution and debugging did work. I reinstalled the latest espressif and is running idf 4.4.5.
The project compiles as expected, but when I try to run the debugger I get the following:
In the config options I specify extra debugger options, as per the documentation:
Code: Select all
-s ${openocd_path}/share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f target/esp32.cfg -c “init; halt; esp32 appimage_offset 0x80000”
Code: Select all
Open On-Chip Debugger v0.11.0-esp32-20221026 (2022-10-26-14:48)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Unexpected command line argument: halt;
Regards