DietPi icon indicating copy to clipboard operation
DietPi copied to clipboard

Orange Pi 5 | Add proper Bluetooth support

Open MichaIng opened this issue 2 months ago • 0 comments

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 hciattach from bluez actually works.
  • Try compiling hciattach from 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.

MichaIng avatar Oct 18 '25 13:10 MichaIng