Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 3.14.28.y

400 bytes added, 13:26, 30 May 2016
no edit summary
= Compiler =
Download sdk
 
<pre>https://www.dropbox.com/sh/zu62y2qr1w8drxz/AADywAkHu98x9zzsFZRSBjwZa/imx6q/poky-glibc-x86_64-isee-image-dev-cortexa9hf-vfp-neon-toolchain-1.8.sh?dl=0</pre>
 
install sdk
 
<pre> sh poky-glibc-x86_64-isee-image-dev-cortexa9hf-vfp-neon-toolchain-1.8.sh</pre>
git checkout remotes/origin/isee-imx_3.14.28.y-next -b isee-imx_3.14.28.y-next.local</pre>
Export environment variables:
<pre>source /opt/poky/1.8/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi</pre>
'''Configure''' Linux kernel for IGEP devices. IGEP is ARM architecture based device. A generic configuration is provided for all IGEP machines, and can be used as the default by
make ARCH=arm CROSS_COMPILE=[your cross compiler] arm-poky-linux-gnueabi- imx6_igep0046_defconfig
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 compiler] arm-poky-linux-gnueabi- zImage modules dtbs
<br> You can '''install''' the kernel modules to your target rootfs
make ARCH=arm CROSS_COMPILE=[your cross compiler] arm-poky-linux-gnueabi- INSTALL_MOD_PATH=[path to your target rootfs] modules_install
[[Category:Linux_Kernel]]
0
edits