Linux/Debian source for BBBw

Hi Robert,

I am trying to download a version of Linux/Debian source code (specifically, 4.19.50-ti-r20).
I tried : git clone -b 4.19 https://github.com/beagleboard/linux.git
image
It fails. I also cloned the repository, then checkout the branch 4.19. It also fails.

Anything I missed?

Thank You,

David

On that repo, you need to checkout the tag, but use this repo instead, which has the full BeagleBoard.org history:

git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
cd ./linux-stable-rcn-ee/
git checkout 4.19.50-ti-r20 -b tmp

history

Regards,

Thank You,
David

Hi Robert,

This has been for a while. I have downloaded the code, and checked out the version. Could you please give a short instructions for building the kernel for BBBw with the version:
4.19.50-ti-r20

Thank you very much.
David

HI @dzhou, the really easy way:

git clone https://github.com/RobertCNelson/yakbuild
cd ./yakbuild/
cp ./recipe.sh.v4.19.x.sample ./recipe.sh

Edit recipe.sh by replacing 4.19.94-ti-r35 with 4.19.50-ti-r20

./build_kernel.sh

Regards,

Hi Robert,

Thank you for your super-script. It builds smoothly.

Best Regards,
David