Skip to content
Discussion options

You must be logged in to vote

the openocd in the zephyr toolchain does not work, you need to use the espressiff one

follow these instructions:
https://docs.espressif.com/projects/esp-idf/en/v4.2-beta1/esp32/api-guides/jtag-debugging/building-openocd-linux.html

once installed launch it by doing:
<path_to_espressif_openocd>/openocd -f board/esp32s3-builtin.cfg

then go to ur build in anotha terminal and do
west debug

FYI software breakpoints dont work, you can only do hardware breakpoints

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@freesker
Comment options

@Ballen7
Comment options

Answer selected by freesker
Comment options

You must be logged in to vote
1 reply
@freesker
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants