-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Section 1.4.4 references unknown files #283
Comments
Those files are (or, should be) included with openocd, but if your openocd is a old version (which unfortunately includes the most recent release 0.10.0, from 2017), you might need to try a different filename ( Another option is to use a tool such as PyOCD or probe-rs, which can also provide a GDB interface, are more up-to-date, and will work with ST-Links as well. |
Thanks for your quick response @adamgreig! I may have those files, but I'm not sure. Do you know where |
You don't need to provide a path, openocd just knows where to look when you pass it those arguments to the In Ubuntu they'd be |
Ah, gotcha. When it didn't find the file I assumed it was a relative path. Thanks! I'll keep the |
I'm not sure whether or not this warrants any changes to the section, if a you need an open ticket for tracking, so I'll let you close it at your discretion. However my initial issue is resolved. Thanks again for the quick help @adamgreig ! Much appreciated |
284: Add note about using more recent openocd interface file. Closes #277 and #263 r=eldruin a=adamgreig This is a long-standing issue thanks to openocd's confusing rename of this interface file and not having a release for many years (see also #283 and #268). Co-authored-by: Adam Greig <[email protected]>
This section tells you to run
$ openocd -f interface/stlink.cfg -f target/stm32f3x.cfg
, except it doesn't specify where to get those files. Are they part of the project template?The text was updated successfully, but these errors were encountered: