Skip to content

Instantly share code, notes, and snippets.

@DinkDonk
Created December 28, 2018 14:21
Show Gist options
  • Select an option

  • Save DinkDonk/804672527babd7e03221038b63102276 to your computer and use it in GitHub Desktop.

Select an option

Save DinkDonk/804672527babd7e03221038b63102276 to your computer and use it in GitHub Desktop.
Raspberry pi OpenOCD install
$ sudo apt-get update
$ sudo apt-get install git autoconf libtool make pkg-config libusb-1.0-0 libusb-1.0-0-dev
$ git clone http://openocd.zylin.com/openocd && cd openocd && ./bootstrap
$ ./configure --enable-sysfsgpio --enable-bcm2835gpio
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment