Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

146 bytes removed, 12:35, 23 August 2016
m
Build kernel from sources
wget http://downloads.isee.biz/pub/releases/linux_kernel/v2.6.37-11/linux-omap-2.6.37-11.tar.gz
tar xzf linux-omap-2.6.37-11.tar.gz
cd [kernel version]linux-omap-2.6.37-11
Also, it could download from GIT Repositories ([http://git.isee.biz/ http://git.isee.biz/]) and test the last unstable version at your own risk (see "''Linux mainline tree (development)''" chapter in [[The Linux kernel]])<br> == igep00x0_defconfig ==
'''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 as the default by OMAP3 old Marvell WIFI:
make ARCH=arm igep00x0_defconfig
make ARCH=arm CROSS_COMPILE=[your cross compiler] zImage modules
For example, if you are using IGEP SDK Toolchain ([[How to setup a cross compiler]]) gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi then you should execute following cmdline:
make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- zImage modules
<br> 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 =
4,199
edits