deep

a Cross Development Platform for Java

User Tools

Site Tools


openocd:start

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:start [2020/12/10 06:58] ursgrafopenocd:start [2021/01/14 16:37] (current) – [OpenOCD] ursgraf
Line 4: Line 4:
   * [[:installation#install_libraries_to_access_the_hardware|Download and Installation]]   * [[:installation#install_libraries_to_access_the_hardware|Download and Installation]]
   * [[openocd:starting_openocd|Starting OpenOCD]]   * [[openocd:starting_openocd|Starting OpenOCD]]
-  * [[openocd:installation_gdb|]] +  * [[openocd:using_openocd|Details of Using OpenOCD]]
-  * [[openocd:how_to_use_gdb|]] +
  
 The hardware adapter forms the electrical interface to the processor and must also be matched to the processor. The adapter is already integrated on the Zybo board. For the Microzed board you need a  [[https://wiki.bu.ost.ch/infoportal/embedded_systems/jtaghs3/start|JTAG-HS3 adapter]]. The hardware adapter forms the electrical interface to the processor and must also be matched to the processor. The adapter is already integrated on the Zybo board. For the Microzed board you need a  [[https://wiki.bu.ost.ch/infoportal/embedded_systems/jtaghs3/start|JTAG-HS3 adapter]].
- 
- 
  
 ===== The OpenOCD Toolchain ===== ===== The OpenOCD Toolchain =====
Line 21: Line 17:
  
  
-===== The gdb-OpenOCD-toolchain ===== +===== Using GDB Connection ===== 
-{{:openocd:gdbopenocdtoolchain.png|}} +[{{:openocd:gdbopenocdtoolchain.png|//OpenOCD toolchain using GDB connection//}}]
-//Picture 2: The gdb-toolchain//+
  
-This toolchain uses OpenOCD in combination with the GNU debugger, the gdb. +This toolchain uses OpenOCD in combination with the GNU debugger, the GDB. The GDB can be used to load a deep application onto the target. For this it must have been packed in an ELF format. If debug information in STABS or DWARF format is also provided, the debugger can also be used to debug the deep application directly to the target.
-The gdb can be used to load a deep application onto the target if it has been packed in an ELF format.+
  
-If debug information in STABS or DWARF format is also provided, the debugger can also be used to debug the deep application directly to the target.+=== Installation of the GDB === 
 +The "GNU Arm Embedded Toolchain" includes the GDB debugger. The toolchain can be downloaded from [[https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads|]].
  
-More information under [[.:how_to_use_gdb|How to use the gdb-OpenOCD-Toolchain]]+=== How to Use the GDB === 
 +[[.:how_to_use_gdb|Using the GDB with deep]]
  
-To use this toolchain, OpenOCD and [[.:installation_gdb|gdb]] must be installed. 
  
openocd/start.1607579893.txt.gz · Last modified: 2020/12/10 06:58 by ursgraf