Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

77 bytes added, 13:06, 6 July 2010
Linux mainline tree (development)
=== Linux mainline tree (development) ===
Here <span style="color: rgb(255, 0, 0);">'''Note:''' The 'master' branch is where the development work takes place and you should use this if you're after to work with the latest cutting edge developments. It is possible 'master' trunk can suffer temporary periods of instability while new features are developed and if this is undesirable we recommend using one of the release branches. '''Use ONLY for development purposes.'''</span>  Additional patches can be found at http://patchwork.kernel.org/project/linux-omap/list
This Linux kernel is also considered as a downstream of tmlind's Linux kernel. The main difference between this tree and the linux-omap tree is that the myigep OMAP tree has unpublished patches for IGEP v2 support.
Clone GIT repository from git.myigep.com
<pre> $ git clone git://git.igep.es/pub/scm/linux-omap-2.6.git $ cd linux-omap-2.6</pre>
and build with
<pre> $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- igep0020_defconfig $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules</pre>
The result will be an uImage file in arch/arm/boot directory. You can install the kernel modules to your target rootfs
<pre> $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]</pre>
== Reference: Kernel features ==
0
edits