On Tue, Jun 27, 2017 at 12:40 PM, mzimmers <[email protected]> wrote: > Ah, OK...I missed the "branches" button on the web page. A few follow-up > questions, please: > > - I neglected to mention that I'm looking for the source code; am I in the > correct location?
Yes/No > - it seems that branches are maintained for each version and patch level. Do > I need to concern myself with finding the right stuff for the sublevel as > well? Yeap > - my BBB is currently running 4.4.48. In my brief browsing, I didn't find > mention of this particular version. Would it be advisable to move up to a > new version as long as I'm going through this exercise? Actually you are running "4.4.48-ti-r88" so you are in the wrong git project.. Just use yakbuild: https://github.com/RobertCNelson/yakbuild git clone https://github.com/RobertCNelson/yakbuild cd ./yakbuild/ cp recipe.sh.sample recipe.sh open recipe.sh and edit: kernel_tag="4.4.68-ti-r106" -> kernel_tag="4.4.48-ti-r88" then run: ./build_kernel.sh Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYi5AU%3DgRefkwLZgzm%3Da6UcjY5PJw9pkOTsPpqWJQOqnCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
