Building kernel for beaglebone black

I want to use the latest kernel linux-3.8 version proved by angstrom.

please help me …

Thanks ,
Anil.

http://circuitco.com/support/index.php?title=Updating_The_Software

Gerald

When you build the kernel, you should specify the toolchain you are using and the architecture. For example, I use: make uImage ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnueabi-

You may use a different toolchain, I have just gotten into the habit of using the one above.