Page 1 of 1

Espressif Debugging issues

Posted: Wed Aug 23, 2023 8:16 am
by Bartho.Horn
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:

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”
The debugger console out is this:

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;
For some reason the commands halt and esp32 is not recognized. Can someone please point me in the right direction regarding this issue?

Regards