From 166e34091b28ab591122d39cbf6565265ce67bd7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Dec 2022 11:19:32 +0100 Subject: rockpi4-plus: switch to correct dtb, enable bluetooth support --- package/brcm-bluetooth/files/hci | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/brcm-bluetooth/files') 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 ;; -- cgit v1.2.3