deep

a Cross Development Platform for Java

User Tools

Site Tools


openocd:starting_openocd

This is an old revision of the document!


Starting OpenOCD

OpenOCD runs a server to which you can connect

  • to the command line interface of OpenOCD with a telnet connection on port 4444
  • to the GDB server on port 3333

Start OpenOCD as follows:

Windows

Navigate to your openocd-0.10.0 directory.

  • On the Zybo board start startOpenocdZybo.bat
  • On the Microzed board start startOpenocdMicrozed.bat

Linux

Navigate to your openocd-0.10.0 directory cd /opt/deep/openocd

  • On the Zybo board start with sudo openocd -f digilent_zyboboard.cfg
  • On the Microzed board start with sudo openocd -f microzedboard.cfg
openocd/starting_openocd.1610640806.txt.gz · Last modified: 2021/01/14 17:13 by ursgraf