Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dt_openocd [2014/02/16 22:23] – yusa | dt_openocd [2014/06/27 09:35] (current) – added flyswatter usb configuration beckmanf | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| < | < | ||
| git clone git:// | git clone git:// | ||
| + | </ | ||
| + | |||
| + | Install the libusb-1.0 package | ||
| + | |||
| + | < | ||
| + | sudo apt-get install libusb-1.0-0-dev | ||
| + | ./bootstrap | ||
| + | ./configure --prefix=$HOME/ | ||
| + | make | ||
| + | make install | ||
| + | </ | ||
| + | |||
| + | Add the file / | ||
| + | |||
| + | < | ||
| + | # Flyswatter JTAG Debugger | ||
| + | SUBSYSTEMS==" | ||
| </ | </ | ||
| Line 153: | Line 170: | ||
| reg [NAME] [VALUE] | reg [NAME] [VALUE] | ||
| </ | </ | ||
| + | |||
| Line 208: | Line 226: | ||
| (gdb) print [var] | (gdb) print [var] | ||
| </ | </ | ||
| - | |||