Page 1 of 1

[已解决] ESP32WROOM32 OPENOCD及GDB调试问题

Posted: Tue Aug 17, 2021 12:47 pm
by YuuleHang
开发环境:win10
sdk版本:esp-idf-v4.2.1
硬件版本:ESP32-WROOM-32开发板、j-link-jtag
问题:
如附件图所示,openocd调试,使用 openocd -f board\esp-wroom-32.cfg, esp32.cfg 出错。
使用xtensa-esp32-elf-gdb -x gdbinit build\hello-world.elf, 运行报错目标主机积极拒绝。

请问,我应该如何操作才能debug?

Re: ESP32WROOM32 OPENOCD及GDB调试问题

Posted: Wed Aug 18, 2021 1:29 am
by Luxni_
拒绝,是由于你的openocd没有开启,在右边那张图可以看到。

推荐先使用IDF来确认工具配置是否都正确了,再进行手动调整调试,

因为openocd的配置在ESP32中配置是 俄罗斯套娃,所以我并不推荐手动配置。

Re: ESP32WROOM32 OPENOCD及GDB调试问题

Posted: Wed Aug 18, 2021 2:53 am
by ESP_Gargamel
你看下这个帖子:viewtopic.php?f=25&t=16078
先把 openocd 整对了。

Re: ESP32WROOM32 OPENOCD及GDB调试问题

Posted: Wed Aug 18, 2021 5:55 am
by YuuleHang
谢谢,解决了!