Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

174 bytes removed, 22:51, 2 March 2012
no edit summary
==== <span style="display: none;" id="1299156619608S">&nbsp;</span>Boot Partition ====
*fs filesystem used jffs2 zlib /lzo compressed filesystem.
*Suggested size: 0xC00000 (12 MiB).
X-Loader only support jffs2 partitions for boot partition.
<u>Prepare Create the boot partition for the first use:</u>
<u></u>You should follow the same procedure used for copy the x-loader in the first partition.
<pre>Suggested procedure:
 Erase and copy the x-loader into the first flash partitionall mtd1 content:
$flash_eraseall /dev/mtd1
$nandwrite -p /dev/mtd1 &lt;your_boot_initial_jffs2_file&gt;
Create your partition:Your initial boot partition can be a empty file the first time.$mount -t jffs2 /dev/mtdblock1 /mnt
</pre>
<u>Next uses:</u>
<u></u>You can mount the partition over your boot directory in the rootfs
<pre>$mount -t jffs2 /dev/mtdblck1 mtdblock1 /boot</pre> And you You can use the cp command for copy your kernel and igep.ini configuration file. <pre>$cp igep.ini /boot$cp zImage /boot</pre>  
==== Rootfs Partition ====