Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

148 bytes added, 13:30, 23 May 2012
Linux mainline tree (development)
Clone GIT repository from git.igep.es
git clone git://git.igepisee.esbiz/pub/scm/linux-omap-2.6.git Get your desired branch as git checkout <release> -b <your_named_release> git checkout v2.6.37-2 -b v2.6.37-2-local Enter in sources directory 
cd linux-omap-2.6
and build with
make ARCH=arm CROSS_COMPILE=[cross compiler] omap2plus_defconfigigep00x0_defconfig make ARCH=arm CROSS_COMPILE=[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