macOS
All the tools can be install using Homebrew:
$ brew install git
$ brew cask install gcc-arm-embedded
$ brew install openocd
If the brew cask
command doesn't work (Error: Unknown command: cask
), then
run brew tap Caskroom/tap
first and try again.
That's all! Go to the next section.