Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 4.9.y

1 byte removed, 11:51, 15 May 2018
Compile the Linux Kernel
In order to compile this three elements we have to type:
<span style="color: #000000;"><code class="java plain">make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImages zImage dtbs modules</code></span>
Finally we will find the resulting compiled Kernel in the '''''arch/arm/boot''''' folder:
560
edits