Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

14 bytes added, 13:04, 9 March 2018
How to cross compile the linux kernel
make ARCH=arm CROSS_COMPILE=[cross compiler] zImage modules dtbs
The result will be a zImage file in <code>${KERNEL_SOURCES}/arch/arm/boot directory.</code>
And dabs will be in <code>${KERNEL_SOURCES}/arch/arm/boot/dtbsdts</code>
At last you can install the kernel modules to your target rootfs using this command