From 694116df13479d698ea10246440ece2578cd4bec Mon Sep 17 00:00:00 2001 From: Reeve Huang Date: Tue, 17 Dec 2024 16:08:40 +0800 Subject: [PATCH] meta-meson: VIM3L: add support for BT Signed-off-by: Reeve Huang Change-Id: I30644cca999658db25060820d894d8963fe5e5d0 --- recipes-connectivity/bluez/files/bluez_tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/bluez/files/bluez_tool.sh b/recipes-connectivity/bluez/files/bluez_tool.sh index 117a065..026e129 100755 --- a/recipes-connectivity/bluez/files/bluez_tool.sh +++ b/recipes-connectivity/bluez/files/bluez_tool.sh @@ -142,7 +142,7 @@ prefix=$(echo "$prefix" | cut -c1-4) brcm_bt_init() { - if [ "$prefix" == "290b" ]; then + if [ "$prefix" == "290b" ] || [ "$prefix" == "2b0b" ]; then brcm_patchram_plus --enable_hci --baudrate 2000000 --use_baudrate_for_download --patchram /etc/bluetooth/BCM4359C0SR2.hcd /dev/ttyS1 --no2bytes & elif [ "$prefix" == "370b" ]; then brcm_patchram_plus --enable_hci --baudrate 2000000 --use_baudrate_for_download --patchram /etc/bluetooth/BCM4345C5.hcd /dev/ttyS1 --no2bytes &