<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.voipac.com/index.php?action=history&amp;feed=atom&amp;title=iMX6_OpenRex_Toolchain</id>
	<title>iMX6 OpenRex Toolchain - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.voipac.com/index.php?action=history&amp;feed=atom&amp;title=iMX6_OpenRex_Toolchain"/>
	<link rel="alternate" type="text/html" href="https://wiki.voipac.com/index.php?title=iMX6_OpenRex_Toolchain&amp;action=history"/>
	<updated>2026-04-30T00:46:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.voipac.com/index.php?title=iMX6_OpenRex_Toolchain&amp;diff=1120&amp;oldid=prev</id>
		<title>Voipac: Created page with &quot;Category:iMX6 OpenRex SBC Category:Toolchain &lt;!-- --&gt; &lt;div style=&quot;float:right&quot;&gt;__TOC__&lt;/div&gt; == GNUEABI toolchain == === Core image toolchain === ==== Install ==== Too...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.voipac.com/index.php?title=iMX6_OpenRex_Toolchain&amp;diff=1120&amp;oldid=prev"/>
		<updated>2021-04-01T18:30:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:iMX6_OpenRex_SBC&quot; title=&quot;Category:iMX6 OpenRex SBC&quot;&gt;Category:iMX6 OpenRex SBC&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:Toolchain&quot; title=&quot;Category:Toolchain&quot;&gt;Category:Toolchain&lt;/a&gt; &amp;lt;!-- --&amp;gt; &amp;lt;div style=&amp;quot;float:right&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt; == GNUEABI toolchain == === Core image toolchain === ==== Install ==== Too...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:iMX6 OpenRex SBC]]&lt;br /&gt;
[[Category:Toolchain]]&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
== GNUEABI toolchain ==&lt;br /&gt;
=== Core image toolchain ===&lt;br /&gt;
==== Install ====&lt;br /&gt;
Toolchain for Operating Systems running Linux kernel:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -pv ~/workdir/downloads&lt;br /&gt;
cd ~/workdir/downloads&lt;br /&gt;
wget -c http://downloads.voipac.com/files/iMX6_OpenRex_SBC/software/toolchain/poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
chmod a+x poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
./poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Install log ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
marek@jessie:~/workdir/downloads$ ./poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh &lt;br /&gt;
Enter target directory for SDK (default: /opt/poky/1.7): &lt;br /&gt;
You are about to install the SDK to &amp;quot;/opt/poky/1.7&amp;quot;. Proceed[Y/n]?&lt;br /&gt;
[sudo] password for marek: &lt;br /&gt;
Extracting SDK...done&lt;br /&gt;
Setting it up...sudo: ignoring time stamp from the future&lt;br /&gt;
[sudo] password for marek: &lt;br /&gt;
done&lt;br /&gt;
SDK has been successfully set up and is ready to be used.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Setup ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== VPAC image toolchain ===&lt;br /&gt;
==== Install ====&lt;br /&gt;
Toochain for Operating Systems running Linux kernel:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -pv ~/workdir/downloads&lt;br /&gt;
cd ~/workdir/downloads&lt;br /&gt;
wget -c http://downloads.voipac.com/files/iMX6_OpenRex_SBC/software/toolchain/poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
chmod a+x poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
./poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Install log ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
marek@jessie:~/workdir/downloads$ ./poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh&lt;br /&gt;
SDK has been successfully set up and is ready to be used.&lt;br /&gt;
Enter target directory for SDK (default: /opt/poky/1.7): &lt;br /&gt;
You are about to install the SDK to &amp;quot;/opt/poky/1.7&amp;quot;. Proceed[Y/n]?&lt;br /&gt;
Extracting SDK...done&lt;br /&gt;
Setting it up...done&lt;br /&gt;
SDK has been successfully set up and is ready to be used.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Setup ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Voipac</name></author>
	</entry>
</feed>