Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 3.14.28.y

13 bytes removed, 10:45, 5 July 2016
m
Build kernel from sources
<pre> sudo make ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- INSTALL_MOD_PATH=[path to your target rootfs] modules_install</pre>
You can '''install''' the zImage in ../arch/arm/boot/ to boot partition :
<pre> cp arch/arm/boot/zImage [path to your target boot]</pre>
You can '''install''' the dtb in ../arch/arm/boot/dts to boot partition. You can choose the dtb you need to your machine. In this case we have the '''RB2''' version:
<pre> cp arch/arm/boot/dts/imx6q-igep-base0040rb2.dtb [path to your target boot]</pre>
= TI Wilink8 Backports =
4,199
edits