open_ocd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
open_ocd [2011/09/09 04:28] – suapapa | open_ocd [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== build OpenOCD ====== | ====== build OpenOCD ====== | ||
+ | <code bash> | ||
+ | $ sudo apt-get install automake texinfo | ||
+ | $ sudo apt-get install libftdi1 libftdi-dev libftdipp-dev libftdipp1 | ||
+ | </ | ||
+ | |||
<code bash> | <code bash> | ||
$ git clone git:// | $ git clone git:// | ||
- | $ sudo apt-get install automake | + | </code> |
- | $ ./bootstrap | + | |
+ | <code bash> | ||
+ | $ ./bootstrap | ||
+ | $ ./configure --enable-maintainer-mode --enable-ft2232_libftdi | ||
+ | $ make | ||
+ | $ sudo make install | ||
</ | </ | ||
====== references ====== | ====== references ====== | ||
+ | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// |
open_ocd.1315542513.txt.gz · Last modified: 2013/08/03 05:04 (external edit)