From a2fa87866ee1147a88cefe8c1c2017b58cdb0a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Efe=20=C3=87etin?= Date: Mon, 26 Jun 2023 16:21:08 +0300 Subject: [PATCH] Add bluetooth-hciattach extension to Orange Pi 5 --- config/boards/orangepi5.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/boards/orangepi5.conf b/config/boards/orangepi5.conf index 93c0a6679d..ae31f29117 100644 --- a/config/boards/orangepi5.conf +++ b/config/boards/orangepi5.conf @@ -16,6 +16,9 @@ IMAGE_PARTITION_TABLE="gpt" SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes BOOTFS_TYPE="fat" +declare -g BLUETOOTH_HCIATTACH_PARAMS="-s 115200 /dev/ttyS9 bcm43xx 1500000" # For the bluetooth-hciattach extension +enable_extension "bluetooth-hciattach" # Enable the bluetooth-hciattach extension + function post_family_tweaks_bsp__orangepi5_copy_usb2_service() { display_alert "Installing BSP firmware and fixups"