Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

1,000 bytes added, 13:15, 23 August 2016
m
Build kernel from sources
make ARCH=arm modules_install INSTALL_MOD_PATH=[path to your target rootfs]
 
== igep00x0_wilink8_defconfig ==
 
'''Configure''' Linux kernel for IGEP OMAP3 new WiLink 8 WIFI:
 
make ARCH=arm igep00x0_wilink8_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]
 
Download and extract Compat Wireless source:
<pre>wget http://downloads.isee.biz/pub/releases/linux_kernel/v2.6.37-11/compat-wireless-wilink8-0.tar.gz
tar -xvf compat-wireless-wilink8-0.tar.gz
cd compat-wireless-wilink8-0
</pre>
= Kernel Parameters =
4,199
edits