Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel Mainline

14 bytes added, 17:04, 3 December 2014
no edit summary
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] INSTALL_MOD_PATH=[path to your target rootfs] modules_install
= Known issues =
[[Category:Linux Kernel]]