Changes

Linux Kernel 2.6.35.y

39 bytes added, 13:41, 23 May 2012
Build kernel from sources
Download the latest stable version sources and follow next steps:
wget http://downloads.igepisee.esbiz/sourcespub/releases/linux_kernel/v2.6.35.13-5/linux-omap-2.6.35.tar.gz
tar xzf linux-omap-2.6.35.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