Hi,<br><br>I am new to kernel and want to learn it alot :)<br><br>I just got my beagle board and want to compile linux kernel for it. I downloaded the latest kernel source from <a href="http://kernel.org">kernel.org</a>. Cross compiled it for ARM beagle board and it got working on my board.<br>

During investigation on kernel sources i found that git repo at &quot;git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git">git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git</a>&quot; contains support for beagle board too. I am confused that <br>

what is the difference between both the kernels i.e latest base kernel and OMAP3 linux kernel? why all the documents on internet ask to get kernel from above link (linux kernel for OMAP3 family of processors) for beagle board and not the base kernel simply from <a href="http://kernel.org">kernel.org</a>? Also i have seen a linux recipe for beagle board in openembedded . It fetches OMAP3 kernel and applies lots of patches on it as give below<br>

<br>########################################<br>SRC_URI = &quot;git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git">git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git</a> \<br>

       file://defconfig&quot;<br><br>SRC_URI_append = &quot; \<br>           file://no-empty-flash-warnings.patch \<br>           file://no-cortex-deadlock.patch \<br>           file://read_die_ids.patch \<br>           file://fix-install.patch \<br>

           file://dss2/0001-Revert-gro-Fix-legacy-path-napi_complete-crash.patch \<br>           file://dss2/0002-OMAPFB-move-omapfb.h-to-include-linux.patch \<br>           -----<br>          -------<br>######################################<br>

<br><br>So now i see 3 different linux kernel sources... base kernel, OMAP3 kernel, OMAP3 patched kernel made by openembedded. Which one should be used? Is not base kernel enough for beagle board?<br><br>Please help and guide i am very much confused .. thanks<br>

<br>--<br>Abbas Raza<br>