Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

740 bytes removed, 23:54, 25 February 2011
no edit summary
=== Setup the Enviroment<br> ===
<pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabi &lt;</preSetup pre>=== Setup the board settings <br> ===&lt;<pre&gt;>make igep0020-sdcard_config</pre>
=== Build<br> ===
<pre>make CROSS_COMPILE=arm-none-linux-gnueabi-</pre>
</pre>
<br>
== Build with IGEP SDK ==
==Build Native = Setup = === Configure the Enviromentboard settings<br> ===<pre>source make igep0020-sdcard_config</usr/local/poky/eabipre><pre>Edit the variable CFLAGS and add the option: -fno-stack-glibc/environmentprotectorCFLAGS := $(CPPFLAGS) -setupWall -armWstrict-noneprototypes -linuxfno-gnueabi &lt;/preSetup the board settings ===&lt;pre&gt;make igep0020stack-sdcard_configprotector
</pre>
=== Build<br> ===
The signed x-loader it's named: x-load.bin.ift
</pre>
 
<br>
 
<br>
 
<br>
<br>
 
<br>
 
d) Sign x-loader <br> You should execute contrib/signGP for sign the xloader that resides inside the flash memory.<br>contrib/signGP x-load.bin<br>The signed x-loader it's named: x-load.bin.ift
 
<br>5.3 Build Native
 
a) Configure the board<br>make igep0020-sdcard_config
 
b) Modify the config.mk file<br>Edit the variable CFLAGS and add the option: -fno-stack-protector
 
CFLAGS&nbsp;:= $(CPPFLAGS) -Wall -Wstrict-prototypes -fno-stack-protector
 
c) build<br>make CROSS_COMPILE=""
 
d) Sign x-loader<br>You should execute contrib/signGP for sign the xloader that resides inside the flash memory.<br>contrib/signGP x-load.bin<br>The signed x-loader it's named: x-load.bin.ift <br>
 
===
 
Build with IGEP SDK<br><br>
 
Build Native<br>
<br>
<br>
Index ndex
=====