ryan4yin / nixos-rk3588

Minimal NixOS running on RK3588/RK3588s based SBC(Orange Pi 5 Plus, Orange Pi 5, Rock 5A, etc)
MIT License
143 stars 25 forks source link

Rock5B Support #9

Open lovesegfault opened 1 year ago

lovesegfault commented 1 year ago

I have one and am happy to help test, I think it should be pretty similar (identical?) to the Rock5A with Collabora sources

ryan4yin commented 1 year ago

Related to #4

There are already other projects that support rock5b, I think you can just try it:

https://github.com/aciceri/rock5b-nixos

grsmith-projects commented 9 months ago

I wonder if nanopi R6S is worth supporting

ryan4yin commented 8 months ago

@grsmith-projects You may want to take a look at this: https://nixos.wiki/wiki/NixOS_on_ARM/NanoPi-R6C which recommends using UEFI firmware edk2 to start NixOS, and it supports R6S/Rock5B too.

ryan4yin commented 8 months ago

I haven't tried yet, but it does not require any customization of NixOS, it can be started directly using NixOS's official ISO for aarch64, which sounds very attractive.

https://github.com/edk2-porting/edk2-rk3588

ryan4yin commented 8 months ago

FYI, I've just added UEFI support for rk3588, it makes it much easier to add any new SBC, so I plan to add support for more RK3588/RK3588s based SBCs next, including Rock 5B.