410c - bluetooth not working in 17.09 release

hi,

bluetooth is not working in 17.09 release, it is able to scan the devices, but it does not pairs, nor able to transfer the files using bluetoothctl/obexctl/bluedevil-wizard.

regards,
vinaysimha

Could you please try with latest release:
https://releases.linaro.org/96boards/dragonboard410c/linaro/debian/latest/

With and without WiFi.
Also sharing the HCI dump of pairing step could help (btmon).

with this new release https://releases.linaro.org/96boards/dragonboard410c/linaro/debian/latest/

wifi and bt both are not available

Blockquote

root@linaro-alip:~# dmesg | grep wcn
[ 14.116740] qcom-wcnss-pil a204000.wcnss: a204000.wcnss supply vddcx not found, using dummy regulator
[ 14.176373] remoteproc remoteproc0: a204000.wcnss is available
[ 14.177197] remoteproc remoteproc0: powering up a204000.wcnss
[ 14.185082] remoteproc remoteproc0: Booting fw image wcnss.mdt, size 7260
[ 14.253999] qcom-wcnss-pil a204000.wcnss: no iris registered
[ 14.254005] remoteproc remoteproc0: can’t start rproc a204000.wcnss: -22
root@linaro-alip:~# ifconfig -a

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@linaro-alip:~# lsmod | grep wcn
qcom_wcnss_pil 16384 0
qcom_common 16384 1 qcom_wcnss_pil
remoteproc 45056 2 qcom_wcnss_pil,qcom_common
mdt_loader 16384 3 msm,qcom_wcnss_pil,venus_core
root@linaro-alip:~#

Blockquote

hi vinay,

A few questions for you:

  • are you using a DB410c?
  • which image have you flashed, and how (which method)?

Can you please send a full log of the serial console , including all traces from power on?

thanks

ndec,

bluetooth is working fine , able to pair and send files in 18.01 release, i had flashed the wrong appsboot boot binary.

fyi,

In arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi , led-trigger-bt should be hci0-power instead on only “bt”.

label = “apq8016-sbc:blue:bt”;
linux,default-trigger = “hci0-power”;