Перевод новости Orange Pi 5B SBC gets Ubuntu Desktop and Audio production OS images with Bluetooth Wi-Fi fix missed for 8 yearsJean-Luc Aufranc, CNX Software, июль 2026 года.

Проект ubuntu-rockchip Джошуа Рика помог многим запустить рабочие образы ОС для их Rockchip SBC, но из-за выгорания и отсутствия поддержки он решил отойти от дел в конце 2024 года, и проект теперь заархивирован.

Однако это не значит, что его усилия пропали даром. Пользователь GitHub defcom5-rockchip форкнул проект и выпустил два дистрибутива на базе Ubuntu 24.04, работающих на Orange Pi 5B, notably integrating two fixes for the Ampak AP6275P WiFi and Bluetooth module, including one that Cypress apparently already fixed in 2018, but took a while to be integrated into Rockchip OS images.

Краткое описание двух образов ОС:

  • Pi Desktop v1.0-beta — курируемый daily-driver desktop: 4K@120 через кастомную работу с VOP2/dclk в ядре, аппаратное декодирование видео, ноль snap/telemetry, и «self-healing Bluetooth»: фоновая служба, которая revives AP6275P radio wedge за ~10 секунд автоматически.

  • Pi Studio v1.3 — аудио-продакшн sibling: low-latency kernel (PREEMPT/1000Hz), Sonic Pi с on-NPU AI copilot, running locally on RK3588’s NPU, JACK-transparent PipeWire.

Два репозитория выше ссылаются только на бинарные образы и некоторую документацию. Фактический код можно найти в форке ubuntu-rockchip, а части, специфичные для двух проблем WiFi и Bluetooth, подробно описаны в issue tracker.

  • Fix 1 — Bluetooth dead on boot whenever WiFi is active, aka «the boot race»: vendor bring-up script runs rfkill unblock all, waking WiFi during the BT firmware (patchram) load on the shared chip. Result: hci0 DOWN, null MAC, HCI Reset opcode 0x1003 failed: -49, Bluetooth greyed out until a lucky reboot. Fix: rfkill unblock bluetooth + verify/retry. A/B on the same board: stock 0/1, fixed 4/4, then first-boot-validated on a fresh flash with WiFi live.

  • Fix 2 — Bluetooth audio stutter whenever WiFi scans, aka «runtime coexistence»: the 2018 Cypress values (btc_params8/1/50), ported to the AP6275P’s nvram. WiFi-scanning stutter: gone. The developers told us it’s the first time these parameters are implemented in a Rockchip-focused distribution.

The downside is that it only works on the Orange Pi 5, and other Rockchip RK3588 boards are not supported at this time, including variants like the Orange Pi 5 Pro. As a side note, it appears that the Raspberry Pi SBCs also share an issue similar to the one mentioned in «Fix 2».