Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
hello-world
tools
Commits
85ef7aaa
Commit
85ef7aaa
authored
5 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Improve Mac and Windows instructions
parent
55212b5e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openocd/README.md
+12
-4
12 additions, 4 deletions
openocd/README.md
with
12 additions
and
4 deletions
openocd/README.md
+
12
−
4
View file @
85ef7aaa
...
...
@@ -9,10 +9,18 @@ flashing programs and bootloaders.
On Linux, TODO.
On Mac, using
[
Homebrew
](
https://brew.sh/
)
:
`brew install openocd`
.
On Windows, there is no package manager. Untested: there are binaries
[
here
](
https://gnutoolchains.com/arm-eabi/openocd/
)
.
On Mac, using
[
Homebrew
](
https://brew.sh/
)
:
`brew install openocd`
. As of Dec. 5, 2019, this gives
you version 0.10.0, which supports ATSAMD11, but not SAMD51. So you if you want to use the latter
chip, you might need to build from source.
On Windows, there is no package manager. But you can grab binaries
[
here
](
https://gnutoolchains.com/arm-eabi/openocd/
)
. Once you've downloaded the latest release,
unpack it and put it wherever you want it to live. The important file is
`bin/openocd`
. You can
either type out the full path whenever you want to run it (e.g. something like
`C:\\Program
Files\openocd\bin\openocd`
, instead of just
`openocd`
), or you can add the
`bin`
dir to your path.
(See
[
here
](
https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/
)
or Google elsewhere for instructions on adding directories to your path.)
### From Source
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment