[[dt_openocd]]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
dt_openocd [2014/02/16 22:18]
yusa
dt_openocd [2014/06/26 22:49]
beckmanf added build instructions
Line 20: Line 20:
 <​code>​ <​code>​
 git clone git://​git.code.sf.net/​p/​openocd/​code openocd-code git clone git://​git.code.sf.net/​p/​openocd/​code openocd-code
 +</​code>​
 +
 +Install the libusb-1.0 package
 +
 +<​code>​
 +sudo apt-get install libusb-1.0-0-dev
 +./bootstrap
 +./configure --prefix=$HOME/​site
 +make
 +make install
 </​code>​ </​code>​
  
Line 153: Line 163:
 reg [NAME] [VALUE] reg [NAME] [VALUE]
 </​code>​ </​code>​
 +
  
  
Line 158: Line 169:
  
 If you want to debug your hardware more comfortable you are able to use gdb. If you want to debug your hardware more comfortable you are able to use gdb.
-You should use the gdb provided by your Toolchain. For example mipsel-none-elf-gdb.+You should use the gdb provided by your Toolchain. For example mipsel-none-elf-gdb ​for a MIPS architecture.
  
 <​code>​ <​code>​
Line 197: Line 208:
 </​code>​ </​code>​
  
-or walk step by step through your source code:+Walk step by step through your source code
  
 <​code>​ <​code>​
-(gdb) next)+(gdb) next
 </​code>​ </​code>​
  
 +or print variable content
 +
 +<​code>​
 +(gdb) print [var]
 +</​code>​
  
  
  • dt_openocd.txt
  • Last modified: 2014/06/27 09:35
  • by beckmanf