Search found 2 matches

by shemangui
Mon May 11, 2026 12:33 pm
Forum: General Discussion
Topic: [ESP32-C6] [Remote Flashing and Debugging]: How to Configure VS Code to Use OpenOCD for Remote Flashing and Debugging
Replies: 0
Views: 41

[ESP32-C6] [Remote Flashing and Debugging]: How to Configure VS Code to Use OpenOCD for Remote Flashing and Debugging

Hello, I’m a beginner in ESP32 development.

I connected an ESP32-C6 development board to computer A, and started OpenOCD using a command like openocd ... -c "bindto xxxx".

Now I want to use VS Code on another computer, computer B, which is on the same local network, so that when I click the Build ...
by shemangui
Mon May 11, 2026 2:07 am
Forum: ESP-IDF 中文讨论版
Topic: 【ESP32-C6】【远程烧录调试】:如何配置VS Code利用openocd做远程烧录调试
Replies: 0
Views: 72

【ESP32-C6】【远程烧录调试】:如何配置VS Code利用openocd做远程烧录调试

Hello,我是一个ESP32开发小白

我把ESP32-C6开发板插入到一台电脑A上,并且用openocd .... -c "bindto xxxx"的方式启动了openocd

我想要在另一台同个局域网内的电脑B上,配置VS Code,可以做到点击VS Code的编译,烧录,调试按钮能直接操作到A电脑的ESP32-C6开发板上,找了一些资料https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/debugproject.html,但是提供的配置信息好像是针对Debug,并且配置的信息不是那么好理解 ...

Go to advanced search