aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev-rules-buglabs/bug-udev/bt_init.sh
blob: 858f2c7b6325f4a5135b2323f5dc3289476b7982 (plain)
1
2
3
4
5
6
7
#!/bin/sh
echo "Setting up bluetooth hci_uart" > /dev/console
/usr/sbin/bccmd -t bcsp -d /dev/ttyS1 psload -r -s psram /etc/udev/scripts/working.psr
/usr/sbin/bccmd -t bcsp -d /dev/ttyS1 psload -r -s psram /etc/udev/scripts/working.psr
hciattach /dev/ttyS1 bcsp 115200
hciconfig hci0 reset
echo "Bluetooth setup completed." > /dev/console