Build Kernel 3.8.13-bone79

Hello,

I want to build kernel 3.8 for my BeagleBone Black and I don’t know what should I do next.
After a google search I have done next steps:

tar -xjf u-boot-latest.tar.bz2
cd into u-boot directory
make sandbox_defconfig tools-only
sudo install tools/mkimage /usr/local/bin

After some modifications, I want to compile the kernel and to port the binaries to my BBB.

Dragos:
Here[1] are instructions I give my students for building the kernel. It uses a script from Robert Nelson that does all the work of downloading the correct cross compiler, kernel source, etc.

I further discuss the process the BeagleBone Cookbook,[2]

–Mark

[1] http://elinux.org/EBC_Exercise_08_Installing_Development_Tools_4.4
[2] http://shop.oreilly.com/product/0636920033899.do

Hi ,

You can refer this

http://www.bootembedded.com/embedded-linux/building-embedded-linux-scratch-beaglebone-black/