deep

a Cross Development Platform for Java

User Tools

Site Tools


openocd:installation

This is an old revision of the document!


Installation of the OpenOCD toolchain

OpenOCD can be installed on Windows, Linux and OS-X.

Linux

  • Install OpenOCD, it is probably available through your distribution's package manager. E.g. sudo apt install openocd
  • Download ostboards.rar and unpack it to suitable place, such as /opt/deep/openocd
    • Hint: You can use 7z (package p7zip) to extract .rar files on linux: 7z e ostboards.rar -o/opt/deep/openocd/
  • Run OpenOCD with the correct config file:
    1. cd /opt/deep/openocd
    2. sudo openocd -f microzedboard.cfg or sudo openocd -f digilent_zyboboard.cfg
openocd/installation.1607546760.txt.gz · Last modified: 2020/12/09 21:46 by ursgraf