Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

1,478 bytes added, 13:32, 23 August 2016
m
igep00x0_wilink8_defconfig
<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>
 
Modify if it is needed the environment file (setup-env-wl18xx-rmd). My setup-env-wl18xx-rmd file has the following parameters:
 
<pre># \\\//
# -(o o)-
#========================oOO==(_)==OOo=======================
#
# This file contains the exports needed for automating the
# build process of WLAN components.
#
#===========================================================
# User specific environment settings
 
export INSTALL_DIR="/media/rootfs"
export PATH=/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi/bin:$PATH
export CROSS_COMPILE="arm-linux-gnueabi-"
export PATH="${INSTALL_DIR}/linux_devkit/bin:$PATH"
export WORK_SPACE="${INSTALL_DIR}"
export KLIB_BUILD="/home/ppajuel/Escritorio/linux-omap-2.6.37-11"
export BUILD_VERSION="r8"
export ROOTFS="/media/rootfs"
export KLIB="/media/rootfs"
 
#===========================================================
export ARCH="arm"
export MY_PREFIX="/usr"
export MY_SYSCONFDIR="/etc"
export MY_LOCALSTATEDIR="/var"
export CC="${CROSS_COMPILE}gcc"
export CXX="${CROSS_COMPILE}g++"
export AR="${CROSS_COMPILE}ar"
export RANLIB="${CROSS_COMPILE}ranlib"
LS=/bin/ls </pre>
 
Load (modify if it is needed) the environment file (setup-env-wl18xx-rmd):
 
source setup-env-wl18xx-rmd
 
Compile the Compat-Wireless modules:
 
cd compat-wireless-wilink8
make KLIB_BUILD=${KLIB_BUILD} modules
 
Install the compat-wireless modules to your target rootfs
 
make KLIB_BUILD=${KLIB_BUILD} KLIB=${ROOTFS} install-modules
= Kernel Parameters =
4,199
edits