Skip to content
Snippets Groups Projects
Commit 85ef7aaa authored by Erik Strand's avatar Erik Strand
Browse files

Improve Mac and Windows instructions

parent 55212b5e
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,18 @@ flashing programs and bootloaders. ...@@ -9,10 +9,18 @@ flashing programs and bootloaders.
On Linux, TODO. On Linux, TODO.
On Mac, using [Homebrew](https://brew.sh/): `brew install 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
On Windows, there is no package manager. Untested: there are binaries chip, you might need to build from source.
[here](https://gnutoolchains.com/arm-eabi/openocd/).
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 ### From Source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment