Add bluetooth-hciattach extension to Orange Pi 5

This commit is contained in:
Muhammed Efe Çetin
2023-06-26 16:21:08 +03:00
committed by Igor
parent 23c1b71eee
commit a2fa87866e

View File

@@ -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"