Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

66 bytes removed, 15:52, 13 December 2016
m
Build kernel from sources
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 IGEP SDK Yocto Toolchain then you should execute following cmdline:
make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- zImage modules
You can '''install''' the kernel image to your target boot
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 IGEP SDK Yocto Toolchain then you should execute following cmdline:
make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- zImage modules
You can '''install''' the kernel image to your target boot
Modify the environment file (setup-env-wl18xx-rmd).
Change '''KLIB_BUILD''' variable
export KLIB_BUILD="<<Path to Linux directory linux-omap-2.6.37 sources directory>>-12
Load the environment file (setup-env-wl18xx-rmd):
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 IGEP SDK Yocto Toolchain then you should execute following cmdline:
make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- zImage modules
You can '''install''' the kernel image to your target boot
4,199
edits