Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 4.1.y

799 bytes added, 11:58, 24 November 2016
m
no edit summary
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
 
<br> 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