Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

336 bytes added, 18:04, 2 October 2012
no edit summary
= Build kernel from sources =
'''Download ''' the latest stable version sources and follow next steps:
wget http://downloads.isee.biz/pub/releases/linux_kernel/v2.6.37-4/linux-omap-2.6.37-4.tar.gz
cd [kernel version]
'''Configure''' Linux kernel for IGEP devices. IGEP is ARM architecture based device. A generic configuration is provided for all IGEP machines, and can be used asthe default by
make ARCH=arm CROSS_COMPILE=[your cross compiler] igep00x0_defconfig
For example, if you are using IGEP SDK Toolchain ([[How_to_setup_a_cross_compiler]]) then you should execute following cmdline: make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- igep00x0_defconfig  Then '''build ''' the kernel withand kernel modules. The result will be an ''zImage'' file in arch/arm/boot directory. Execute:
make ARCH=arm CROSS_COMPILE=[your cross compiler] zImage modules
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=[your cross compiler] modules_install INSTALL_MOD_PATH=[path to your target rootfs]modules_install
= Kernel Parameters =
0
edits