You are looking at an old revision of the page Build. This revision was created by Nikolaus Schaller.
Table of Content
How to Build the Letux Kernel from Source
Introduction
Add your content here.
Details
Get sources by:
git clone git://projects.goldelico.com/gta04-kernel.git
cd linux-omap-2.6
Build:
export ARCH=arm
export CROSS_COMPILE=arm-angstrom-linux-gnueabi- # adapt to your toolchain
make distclean
make omap3_beagle_defconfig modules
make menuconfig # only needed if you want to change the default configuration
make uImage
The result will be the file arch/arm/boot/uImage. Copy this file to the FAT partition of your SD card.
Patches
Patches should follow these guidelines.