which kernel source for bbb ?

Hi, which one do you advise ?

https://github.com/RobertCNelson/ti-linux-kernel-dev
https://github.com/RobertCNelson/bb-kernel
https://github.com/beagleboard/linux

what is the difference ?

Micka,

On Wed, 11 Sep 2019 09:04:15 +0200, Micka
<mickamusset@gmail.com> declaimed the
following:

Hi, which one do you advise ?

  Did you examine what each of those contains?

GitHub - RobertCNelson/ti-linux-kernel-dev: vendor bsp...

  Per the readme, that is just a bunch of scripts for building the
kernel, but the source is elsewhere...

GitHub - RobertCNelson/bb-kernel

  Last updated in 2014 -- I'd consider that quite dead

GitHub - beagleboard/linux: The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux

  Readme implies four kernel versions in both normal and RT variants, and
updated last week...

Recheck https://github.com/RobertCNelson/bb-kernel. If you change the branch you’ll find it was updated a couple of days ago.

In fact, that’s the one I point my students to (https://elinux.org/EBC_Exercise_08_Installing_Development_Tools_4.4) Once the desired branch is selected, it has scripts to load the correct cross compiler and the kernel and compile everything.

–Mark

I prefer also https://github.com/RobertCNelson/bb-kernel
there is everything to compile easily and deploy the kernel.

But I would like to know the difference with

https://github.com/beagleboard/linux ?

which one is more up to date ?

which one is the best ?

On Wed, 11 Sep 2019 14:06:07 -0700 (PDT), "Mark A. Yoder"
<mark.a.yoder@gmail.com> declaimed the
following:

Recheck GitHub - RobertCNelson/bb-kernel
<Redirect Notice.
If you change the branch you'll find it was updated a couple of days ago.

  Okay -- so I normally don't use GIT, and never used branches in it...

  Maybe the readme for master could add some clause about "current
development is found under branches" <G>

Good idea. I’ve just put in a pull request with a more helpful README.md

–Mark

I would like that someone tell us which source is more reliable, more
up to date for the beagleboneblack :

https://github.com/RobertCNelson/bb-kernel
https://github.com/beagleboard/linux