Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

40 bytes removed, 17:54, 27 November 2012
no edit summary
'''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
make ARCH=arm igep00x0_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] igep00x0_defconfigzImage modules
For example, if you are using IGEP SDK Toolchain ([[How_to_setup_a_cross_compiler]]) then you should execute following cmdline:
make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- igep00x0_defconfig  Then '''build''' the kernel and kernel zImage modules. The result will be an ''zImage'' file in arch/arm/boot directory. Execute:
make ARCH=arm CROSS_COMPILE=[your cross compiler] zImage modules
You can '''install''' the kernel modules to your target rootfs
0
edits