DietPi
DietPi copied to clipboard
Orange Pi 5 | Add proper Bluetooth support
For reference: https://github.com/MichaIng/DietPi/issues/7773#issuecomment-3417527056
For AP6611 chip, brcm_patchram_plus is needed and can be compiled from source.
For some other Orange Pi 5 variants, hciattach is needed. We provide a package for Orange Pi 3B/Zero 3/Zero 2W, but the Orange Pi 5 requires at least different command arguments:
- Test whether
hciattachfrombluezactually works. - Try compiling
hciattachfrom Xunlong sources otherwise, instead of using their binaries. - Create individual packages with the workflow with respective command args in the service. We can add them to the board-specific component of our APT server.