Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

28 bytes added, 13:34, 23 May 2012
Build kernel from sources
Download the latest stable version sources and follow next steps:
wget http://downloads.igep.es/sourcespub/releases/linux_kernel/v2.6.37-2/linux-omap-2.6.37.tar.gz
tar xzf linux-omap-2.6.37.tar.gz
cd [kernel version]
Then build the kernel with:
make ARCH=arm CROSS_COMPILE=[your cross compiler] uImage zImage modules
The result will be an uImage file in arch/arm/boot directory. You can install the kernel modules to your target rootfs