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
dt_openocd [2014/06/26 22:49] – added build instructions beckmanfdt_openocd [2014/06/27 09:35] (current) – added flyswatter usb configuration beckmanf
Line 30: Line 30:
 make make
 make install make install
 +</code>
 +
 +Add the file /etc/udev/rules.d/52-flyswatter.rules. This will make the usb device accessible without root permissions.
 +
 +<code>
 +# Flyswatter JTAG Debugger
 +SUBSYSTEMS=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", MODE="0666"
 </code> </code>
  
Line 219: Line 226:
 (gdb) print [var] (gdb) print [var]
 </code> </code>
- 
  
  
  • dt_openocd.1403815784.txt.gz
  • Last modified: 2014/06/26 22:49
  • by beckmanf