Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

428 bytes added, 13:57, 3 March 2011
no edit summary
<pre>$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- zImage modules
</pre>
=== Second Partition ===
Copy all your rootfs in this second partition. Also you can use the [http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headless-tar-20101108-2.tar.gz linaro 10.11 minimal image]&nbsp;download the image and untar (as root) in your microsd card second partition. Remember install the kernel modules in this partition. Example:<pre>sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]</pre>
=== <br> 4 Settings &amp; Configuration: ===