User Tools

Site Tools


open_ocd

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
open_ocd [2011/09/09 03:25] – [references] suapapaopen_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>
 +
 <code bash> <code bash>
 $ git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd $ git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd
 +</code>
 +
 +<code bash>
 +$ ./bootstrap
 +$ ./configure --enable-maintainer-mode --enable-ft2232_libftdi
 +$ make
 +$ sudo make install
 </code> </code>
  
 ====== references ====== ====== references ======
 +  * [[http://elinux.org/BeagleBoardOpenOCD|BagleBoardOpenOCD]]
   * [[http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd|Main OpenOCD repository]]   * [[http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd|Main OpenOCD repository]]
   * [[http://jeneena.blog.me/40119430493|BR(jeneena) 님의 OpenOCD 소개 - 한글]]   * [[http://jeneena.blog.me/40119430493|BR(jeneena) 님의 OpenOCD 소개 - 한글]]
   * [[http://www.openhardware.net/Embedded_ARM/OpenOCD_JTAG/|OpenOCD_JTAG]]   * [[http://www.openhardware.net/Embedded_ARM/OpenOCD_JTAG/|OpenOCD_JTAG]]
   * [[http://www.intra2net.com/en/developer/libftdi/|libFTDI]]   * [[http://www.intra2net.com/en/developer/libftdi/|libFTDI]]
open_ocd.1315538725.txt.gz · Last modified: 2013/08/03 05:04 (external edit)