What kernel branch and/or tag for BeaglePlay?

I need to build a custom kernel for the BeaglePlay. What would be the best branch and/or tag to use with GitHub - beagleboard/linux: The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux?

Latest v6.6.x arm64 is best.

So the branch I want seems to be 6.6.58-ti-rt-arm64-r20. Does this branch have mainline commits past 6.6.58 merged?

I don’t understand your branch naming and/or organizing scheme. “6.6.58-ti-rt-arm64-r20” sounds more like a release tag than a branch (compared to say the Raspberry Pi branch name “rpi-6.6.y”).

It’s both a tag and branch… One active ‘v6.6.x-ti’ branch was to complex with both ti and I adjusting patches over time. rpi has a full time kernel team…

The rt in that also means rt patch set applied.

v6.6.58* in this case means v6.6.58 is the mainline release you can pull directly on

Regards,