link for suitable kernel source code for beagleboard xm

Hello everyone.

Suggest me suitable kernel source code for beagleboard xm , which would support all peripherals.

thanks in advance.

Mainline [1]?

[1]:https://www.kernel.org/

-Andrew

Hello, you can find the kernel in Ubuntu 12.04, the uboot (to boot the Ubuntu kernel) and more tools here:
https://github.com/RobertCNelson

In stable-kernel you can find the kernel running in Ubuntu 12.04. You can compile the kernel to generate .deb packages running build_deb.sh,
but first you have read the README which explains how to build the kernel.

In BootLoader-Builder you can find scripts to create u-boot.img and MLO to boot the BeagleBoard in Ubuntu 12.04 since default uboot doesn’t support booting vmlinuz images (Ubuntu renames the generated vmlinuz to zImage in boot partition).