How to make BBB kernel from linux mainline kerenl.

Hello, I wanna make BBB kernel from linux maline kernel from “http://www.kernel.org”.

I have tested many BBB kernel.

But, To understand linux kernel deeply, i want to make it on my own.

Is there any reference book or website?

help me, thanks.

Here you go...

make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> distconfig
make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> omap2plus_defconfig
make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> zImage modules dtbs

that'll boot. :wink:

Regards,