
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://armadeus.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3AJTAG</id>
		<title>Talk:JTAG - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://armadeus.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3AJTAG"/>
		<link rel="alternate" type="text/html" href="http://armadeus.org/wiki/index.php?title=Talk:JTAG&amp;action=history"/>
		<updated>2026-04-07T10:19:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://armadeus.org/wiki/index.php?title=Talk:JTAG&amp;diff=14011&amp;oldid=prev</id>
		<title>JulienB: Created page with &quot;==OpenOCD 0.10 Installation== With latest processors/boards (starting from APF6/i.MX6), you might need a recent version of OpenOCD (by default debian still install 0.8 one): =...&quot;</title>
		<link rel="alternate" type="text/html" href="http://armadeus.org/wiki/index.php?title=Talk:JTAG&amp;diff=14011&amp;oldid=prev"/>
				<updated>2016-06-03T15:39:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==OpenOCD 0.10 Installation== With latest processors/boards (starting from APF6/i.MX6), you might need a recent version of OpenOCD (by default debian still install 0.8 one): =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==OpenOCD 0.10 Installation==&lt;br /&gt;
With latest processors/boards (starting from APF6/i.MX6), you might need a recent version of OpenOCD (by default debian still install 0.8 one):&lt;br /&gt;
===libftdi===&lt;br /&gt;
libftdi is needed for Amontec JTAGkey.&lt;br /&gt;
&lt;br /&gt;
If cmake is not already installed on your PC then do it:&lt;br /&gt;
&amp;lt;pre class=&amp;quot;host&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install cmake&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;pre class=&amp;quot;host&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.3.tar.bz2&lt;br /&gt;
$ tar jxvf libftdi1-1.3.tar.bz2&lt;br /&gt;
$ cd libftdi1-1.3&lt;br /&gt;
$ mkdir build&lt;br /&gt;
$ cd build&lt;br /&gt;
$ cmake -DCMAKE_INSTALL_PREFIX=&amp;quot;/usr&amp;quot; ../&lt;br /&gt;
$ make&lt;br /&gt;
$ sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===openocd from git===&lt;br /&gt;
&amp;lt;pre class=&amp;quot;host&amp;quot;&amp;gt;&lt;br /&gt;
$ git clone git://git.code.sf.net/p/openocd/code openocd.git&lt;br /&gt;
$ ./bootstrap &lt;br /&gt;
$ ./configure       (./configure --enable-legacy-ft2232_libftdi ???)&lt;br /&gt;
$ make&lt;br /&gt;
$ sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>JulienB</name></author>	</entry>

	</feed>