-
Notifications
You must be signed in to change notification settings - Fork 4
Rockchip Environment Setup
Manny Cortes edited this page Nov 8, 2025
·
5 revisions
Armbian is without a doubt the best OS for Orange Pi single-board computers.
Install Mali GPU drivers from tsukumijima/libmali-rockchip.
For the Orange Pi 5 Plus with an Arm Mali-G610 GPU, download and install libmali-valhall-g610-g24p0-gbm_1.9-1_arm64.deb.
Install RKNN Runtime using Pelochus's rknn-toolkit2 install script
Install RKLLM Runtime using Pelochus's rknn-llm install script
The RKNPU/RKRGA drivers require a compatible kernel. According to Frigate's Rockchip documentation, Linux kernel 5.10 or 6.1 is required.
To install the appropriate kernel on Armbian (Ubuntu Server):
- Open
armbian-config - Install the alternative kernel:
linux-image-vendor-rk35xx=25.11.0(v6.1.115) - Reboot the system
The RKNPU driver should be available after reboot.