Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel Mainline

373 bytes added, 11:49, 2 June 2015
m
Build kernel from sources
<span style__TOC__ ="color: rgb(255, 0, 0);">'''Note:''' Introduction = The 'master' branch from git.isee.biz repository 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 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 = Build kernel from sources = '''Download''' the latest unstable version sources and follow next steps:   git clone git://git.isee.biz/pub/scm/linux-omap-2.6.git linux cd linux '''Configure''' Linux kernel for IGEP Processor Boards. A generic configuration is also considered provided for all ARM machines, and can be used as a downstream of tmlindthe default by   make ARCH=arm omap2plus_defconfig Then '''build'''s Linux the kernel, the kernel. The main difference between this tree modules and the linux-omap device tree is that the igep OMAP tree has unpublished patches for IGEP v2 supportfiles. The result will be an ''zImage'' file in arch/arm/boot directory. Execute:
Clone GIT repository from git.isee.biz make ARCH=arm CROSS_COMPILE=[your cross compiler prefix] zImage modules dtbs
git clone git://git.isee.biz/pub/scm/linux-omap-2.6.gitNote that you can '''install''' the kernel modules to your target rootfs
Enter in sources directory make ARCH=arm CROSS_COMPILE=[your cross compiler prefix] modules_install INSTALL_MOD_PATH=[path to your target rootfs] modules_install
cd linux-omap-2.6= Known issues =
Get your desired branch with git checkout <release> -b <your_named_release> git checkout v2.6.37-2 -b v2.6.37-2-local[[Category:Linux Kernel]]
4,199
edits