deep

a Cross Development Platform for Java

User Tools

Site Tools


openocd:starting_openocd

This is an old revision of the document!


Starting OpenOCD

Start the OpenOCD server 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

These commands will With a telnet connection on localhost:4444 the command line interface of OpenOCD can be opened. The Eclipse plugin OpenOCDinterface also uses this port.

The gdb connects over port 3333.

Linux

Run OpenOCD with the correct config file: cd /opt/deep/openocd sudo openocd -f microzedboard.cfg or sudo openocd -f digilent_zyboboard.cfg

openocd/starting_openocd.1607547382.txt.gz · Last modified: 2020/12/09 21:56 by ursgraf