Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

43 bytes removed, 23:47, 25 February 2011
no edit summary
The signed x-loader it's named: x-load.bin.ift
</pre>
<br> <br>5.2 == Build with IGEP SDK ==
a) Source === Setup the enviromentEnviroment<br> ===<pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabi </preSetup the board settings ===<pre>make igep0020-sdcard_configb) Edit the file Makefile</pre>=== Build<br>Find the define: ===And Set the variable as:<brpre>make CROSS_COMPILE = arm-none-linux-gnueabi-  b) Configure the board<br/pre>make igep0020-sdcard_config  c) build<br>make  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