Skip to content

Commit

Permalink
meta-meson: VIM3L: add support for BT
Browse files Browse the repository at this point in the history
Signed-off-by: Reeve Huang <[email protected]>
Change-Id: I30644cca999658db25060820d894d8963fe5e5d0
  • Loading branch information
khadas-Naruto committed Dec 17, 2024
1 parent 93e5446 commit 694116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-connectivity/bluez/files/bluez_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 694116d

Please sign in to comment.