Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

19 bytes removed, 22:43, 4 March 2011
no edit summary
You should copy the x-loader in the firsts 4 blocks (first 512 KiB), this is not a formated partition due the ROM not permits boot from a formated partition in flash, you should use flash_eraseall and nandwrite for copy x-loader in the first blocks.
<pre>&lt;u&gt;Suggested procedure:&lt;/u&gt;
Erase and copy the x-loader into the first flash partition:
$nand_eraseall /dev/mtd0
for file in `ls split-a?`; do cat $file &gt;&gt; x-load-ddp.bin.ift; cat $file &gt;&gt; x-load-ddp.bin.ift; done
This last command generate a file named x-load-ddp.bin.ift this is the x-loader for copy it in the OneNand.</pre>  
==== <span style="display: none;" id="1299156619608S">&nbsp;</span>Boot Partition ====