User Tools

Site Tools


open_ocd

This is an old revision of the document!


Table of Contents

jtag HW

build OpenOCD

$ sudo apt-get install automake texinfo
$ sudo apt-get install libftdi1 libftdi-dev libftdipp-dev libftdipp1
$ git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd
$ ./bootstrap
$ ./configure --enable-maintainer-mode --enable-ft2232_libftdi
$ make
$ sudo make install

references

open_ocd.1315542888.txt.gz · Last modified: 2013/08/03 05:04 (external edit)