Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

1 byte added, 15:00, 25 July 2011
 Boot Partition
<pre>Suggested procedure:
Erase and copy the x-loader into the first flash partition:
$nand_eraseall flash_eraseall /dev/mtd0
$nandwrite -p /dev/mtd0 &lt;your_boot_initial_jffs2_file&gt;
<pre>$mount /dev/mtdblck1 /boot</pre>
And you can use the cp command for copy your kernel and igep.ini configuration file.
<pre>$cp igep.ini /boot</pre>  
==== Rootfs Partition ====
0
edits