openocd command line interface changed? "Error: The 'tcl_port' command must be used before 'init'." #80641
Unanswered
WorldofJARcraft
asked this question in
Q&A
Replies: 1 comment
-
I have similar problem as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am currently adding support for a new RISC-V board: #77734
I have added
west flash
support using the OpenOCD runner, which works without issue.However, when I try to attach or debug, openocd crashes with the following error (cropped for brevity):
I am using zephyr SDK, release 16.8.
The following patch solves the issue:
Changing the openocd command as above, I can attach and debug as intended.
Should I submit a pull request with this change, or am I just doing something wrong (e.g., too new/old version of OpenOCD)?
Beta Was this translation helpful? Give feedback.
All reactions