deep

a Cross Development Platform for Java

User Tools

Site Tools


openocd:starting_openocd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
openocd:starting_openocd [2020/12/09 22:00] – [Starting OpenOCD] ursgrafopenocd:starting_openocd [2021/12/28 13:52] ursgraf
Line 3: Line 3:
   * to the command line interface of OpenOCD with a telnet connection on port 4444   * to the command line interface of OpenOCD with a telnet connection on port 4444
   * to the GDB server on port 3333   * to the GDB server on port 3333
-===== Windows =====+ 
 +OpenOCD is started automatically when downloading to a Zynq7000 based board. Alternatively you can start OpenOCD as follows: 
 +==== Windows ====
 Navigate to your ''openocd-0.10.0'' directory. Navigate to your ''openocd-0.10.0'' directory.
   * On the Zybo board start ''startOpenocdZybo.bat''   * On the Zybo board start ''startOpenocdZybo.bat''
   * On the Microzed board start ''startOpenocdMicrozed.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 ===== +==== Linux ==== 
-Run OpenOCD with the correct config file: +Navigate to your ''openocd-0.10.0'' directory ''cd /opt/deep/openocd'' 
-cd /opt/deep/openocd +  * On the Zybo board start with ''sudo openocd -f digilent_zyboboard.cfg'' 
-sudo openocd -f microzedboard.cfg or sudo openocd -f digilent_zyboboard.cfg+  * On the Microzed board start with ''sudo openocd -f microzedboard.cfg''
  
openocd/starting_openocd.txt · Last modified: 2022/11/24 16:06 by ursgraf