summaryrefslogtreecommitdiff
path: root/package/brcm-bluetooth/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-28 11:19:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-29 08:59:59 +0100
commit166e34091b28ab591122d39cbf6565265ce67bd7 (patch)
treea21cdf2ac1d995d22f00f0584521a0f484803587 /package/brcm-bluetooth/files
parent45ffda6ed1fd242e1ebdda812520daf131f72635 (diff)
rockpi4-plus: switch to correct dtb, enable bluetooth support
Diffstat (limited to 'package/brcm-bluetooth/files')
-rw-r--r--package/brcm-bluetooth/files/hci3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/brcm-bluetooth/files/hci b/package/brcm-bluetooth/files/hci
index 69716e147..ecc86a210 100644
--- a/package/brcm-bluetooth/files/hci
+++ b/package/brcm-bluetooth/files/hci
@@ -11,10 +11,9 @@ start)
target=$(cat /etc/.adktarget)
case $target in
raspberry-pi3 | raspberry-pi3p)
- hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -
+ btattach -B /dev/ttyAMA0 -P bcm
;;
*)
- echo "No supported target found"
;;
esac
;;