Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

4 bytes removed, 16:55, 1 June 2012
no edit summary
== Build Native ==
=== === Download from git repository ===<pre style="font-weight: normal; ">$ git clone git://git.isee.biz/pub/scm/igep-x-loader.git</pre> git checkout &lt;your_desired_release&gt; -b &lt;your_name_release&gt;<br> <pre style="font-weight: normal;">$ git checkout release-2.4.0-2 -b release-2.4.0-2-local
</pre>
git checkout &lt;your_desired_release&gt; -b &lt;your_name_release&gt;<br><pre style="font-weight: normal; ">$ git checkout release-2.4.0-2 -b release-2.4.0-2-local</pre>== Configure the board settings<br> ===
<pre>make igep00x0_config</pre><pre>Edit the variable CFLAGS and add the option: -fno-stack-protector
CFLAGS&nbsp;:= $(CPPFLAGS) -Wall -Wstrict-prototypes -fno-stack-protector</pre>
<pre>contrib/signGP x-load.bin
The signed x-loader it's named: x-load.bin.ift
</pre>  
= BOOT<br> =