Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel Mainline

30 bytes added, 11:49, 2 June 2015
m
Build kernel from sources
Then '''build''' the kernel, the kernel modules and the device tree files. The result will be an ''zImage'' file in arch/arm/boot directory. Execute:
make ARCH=arm CROSS_COMPILE=[your cross compilerprefix] zImage modules dtbs
Note that you can '''install''' the kernel modules to your target rootfs
make ARCH=arm CROSS_COMPILE=[your cross compilerprefix] modules_install INSTALL_MOD_PATH=[path to your target rootfs] modules_install
= Known issues =
[[Category:Linux Kernel]]
4,199
edits