dvdjv / socle

A collection of packages to support RK3588(S)-based SBCs
MIT License
13 stars 1 forks source link

Mainline kernel support #12

Open adminy opened 7 months ago

adminy commented 7 months ago

Some if not most of xunlong and collabora's changes landed in mainline. Meaning there should be orange pi 5 plus support.

It would be better than building a branched kernel, and would take less time too since the kernel is built by nixpkgs.

refs: https://www.reddit.com/r/OrangePI/s/0Y3IgfSbNj

dvdjv commented 7 months ago

According to Collabora mainline status isn't quite there yet to be the default option. However, if you wish to take the advantage of nixpkgs binary cache, you can specify kernelPackages = nixpkgs.linuxPackages_6_<x> in your config section.