Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

763 bytes added, 15:49, 23 August 2016
m
Build kernel from sources
tar -xvf ti-connectivity.tar.bz2 -C /media/rootfs/lib/firmware
 
== igep00x0_nowifi_defconfig ==
 
'''Configure''' Linux kernel for IGEP OMAP3 without WIFI:
 
make ARCH=arm igep00x0_nowifi_defconfig
 
Then '''build''' the kernel and 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
 
For example, if you are using gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi then you should execute following cmdline:
 
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- zImage modules
 
You can '''install''' the kernel image to your target boot
 
cp arch/arm/boot/zImage /media/boot/zImage
 
You can '''install''' the kernel modules to your target rootfs
 
make ARCH=arm modules_install INSTALL_MOD_PATH=[path to your target rootfs]
= Kernel Parameters =
4,199
edits