Hi
We all started at some point. But overall prepare for some frustration
We don't support this device. Support was added via community effort. May work, maybe not. We don't know nor do we track status of such configurations.
Regarding OPi5+. It is using - in terms of ARM socs - a fairly recent SoC, the Rockchip RK3588. Mainline support is far from feature-complete. Will take a few additional years to complete.
If you need an almost feature-complete kernel, you have to use vendor branch which is based on Rockchip BSP. current (Linux 6.12.y LTS at this time) has basic support for rk3588 and is good enough for general server application, though for your usecase might not be enough. This branch will receive fixes only but no new features.
edge may be sufficient.
When using some graphics related I suggest to use an image with mesa-vpu extension included.
Also there a two ways to make use of it:
- We backported the open source Panthor driver into vendor. Can be enabled via device tree overlay (check
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: rgba(0, 0, 0, 0.2);
padding: 2px;
font-size: 105%;
}
armbian-config)
- Using proprietary mali blobs is also possible. I think Jellyfin has a tutorial how to setup those: https://jellyfin.org/docs/general/post-install/transcoding/hardware-acceleration/rockchip/