Hello!
I’m trying to scan for available bluetooth devices with my VIM1 board folowing the guide (https://docs.khadas.com/vim1/HowToSetupBluetooth.html), but I have an error at first step:
root@Khadas:~# hciconfig hci0 up
Can't init device hci0: Connection timed out (110)
rfkill output:
root@Khadas:~# rfkill list
0: bt-dev: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmfmac-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Image is : VIM1_Ubuntu-xfce-bionic_Linux-4.9_arm64_SD-USB_V20191231.img
What am I doing wrong and how to connect VIM1 to BLE device?