building openocd - betrusted-io/betrusted-wiki GitHub Wiki

git clone --recursive https://github.com/betrusted-io/openocd.git

./bootstrap
./configure --enable-bcm2835gpio
make -j4
make install