Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

68 bytes added, 18:55, 4 November 2012
no edit summary
= Build Procedure<br> =
== Build with Ubuntu Cross Compiler gcc 4.5ISEE SDK Yocto Toolchain 1.2 ==
=== Download and Install the cross compiler if you not do it before.<br> ===
<span style="font-styleDownload the toolchain from this [http: italic;"><span style="font-weight: bold;">Enviroment </span></span>'''''Ubuntu 10www.10''''' <pre>sudo apt-get install cpp-4isee.5biz/component/zoo/item/igep-armyocto-linuxtoolcahin-gnueabi g++-4sdk link] and uncompress it as root in your / directory.5-arm-linux-gnueabi</pre> Hint: Remember setup the enviroment before build the source: <span styleclass="fontApple-style: italic;-span"><span style="font-weightfamily: boldmonospace;">Enviroment </span></span>'''''Ubuntu 10.04''''' <pre>sudo addfont-aptsize: 12px; white-repository ppaspace:linaropre; line-maintainersheight: normal; ">source /toolchain<opt/poky/pre> <pre>sudo apt-get install cpp-41.52/environment-armsetup-linuxarmv7a-gnueabi g++vfp-4.5neon-armpoky-linux-gnueabi</span></pre> === Download the sources from our git repository ===
<pre>$ git clone git://git.isee.biz/pub/scm/igep-x-loader.git
</pre>
=== Get your desired tag / release ===
 
git checkout &lt;your_desired_release&gt; -b &lt;your_name_release&gt;<br>
<pre>$ git checkout release-2.4.0-2 -b release-2.4.0-2-local
</pre>
=== Setup the board settingsbuild setup<br> ===
<pre>make igep00x0_config</pre>
=== Buildthe software<br> ===
<pre>make</pre>
=== Sign the binary x-loader(Only versions prior to 2.5.0-x)<br> ===
''You should execute contrib/signGP for sign the xloader.''
<pre>contrib/signGP x-load.bin
The signed x-loader it's named: x-load.bin.ift
</pre>  
== Build Native ==