Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

112 bytes added, 11:03, 24 July 2010
no edit summary
Download the IGEP Linux kernel sources and follow next steps:
$ wget http://downloads.igep.es/sources/linux-omap-2.6.33.tar.gz $ tar xzf linux-omap-2.6.33.tar.gz $ cd [kernel version] $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- <board-config> $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
where: the last line is only required if you want to manualy modify the kernel options and
*<board-config> is igep0020_defconfig for IGEP v2 platform.
*<board-config> is igep0030_defconfig for OMAP3 IGEP module.
Then build the kernel with:<br>
<pre>make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
</pre>
The result will be an uImage file in arch/arm/boot directory. You can install the kernel modules to your target rootfs
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]
==== CHANGELOG ====
0
edits