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
openocd:starting_openocd [2021/01/14 17:13] – [Windows] ursgrafopenocd:starting_openocd [2022/11/24 16:06] (current) ursgraf
Line 4: Line 4:
   * to the GDB server on port 3333   * to the GDB server on port 3333
  
-Start OpenOCD as follows:+OpenOCD is started automatically when downloading to a Zynq7000 based board. Alternatively you can start OpenOCD as follows:
 ==== Windows ==== ==== Windows ====
 Navigate to your ''openocd-0.10.0'' directory. Navigate to your ''openocd-0.10.0'' directory.
Line 11: Line 11:
  
  
-===== Linux =====+==== Linux ====
 Navigate to your ''openocd-0.10.0'' directory ''cd /opt/deep/openocd'' 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 Zybo board start with ''sudo openocd -f digilent_zyboboard.cfg''
   * On the Microzed board start with ''sudo openocd -f microzedboard.cfg''   * On the Microzed board start with ''sudo openocd -f microzedboard.cfg''
 +Alternatively, you could start openOCD anywhere and indicate the path to search for config files and scripts with
 +  * ''sudo openocd -s /home/.../openocd -f digilent_zyboboard.cfg''
 +  * ''sudo openocd -s /home/.../openocd -f microzedboard.cfg''
  
openocd/starting_openocd.1610640806.txt.gz · Last modified: 2021/01/14 17:13 by ursgraf