Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 4.1.y

802 bytes added, 13:02, 28 November 2016
m
no edit summary
Download compiler:
wget --no-check-certificate http://releases.linaro.org/archive/15.05/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz
Install compiler:
Also, it could download from GIT Repositories ([http://git.isee.biz/ http://git.isee.biz/]) and test the last unstable version at your own risk (see "''Linux mainline tree (development)''" chapter in [[The Linux kernel]])<br>
 
'''Configure''' Linux kernel for IGEP devices. IGEP is ARM architecture based device.
 
A generic configuration is provided for IGEP COM AQUILA:
 
make ARCH=arm CROSS_COMPILE=[your cross compiler] am335x_igep0033_defconfig
 
A generic configuration is provided for IGEP SMARC AM335x:
 
make ARCH=arm CROSS_COMPILE=[your cross compiler] am335x_igep0034_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] zImage modules dtbs
 
You can '''install''' the kernel modules to your target rootfs
 
make ARCH=arm CROSS_COMPILE=[your cross compiler] INSTALL_MOD_PATH=[path to your target rootfs] modules_install
 
[[Category:Linux_Kernel]]
4,199
edits