Hi All,
I unable to create the serial port (/dev/ttyLP1) for bluetooth.
Please find my configuration,
&lpuart1 { /* BT */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpuart1>;
resets = <&modem_reset>;
status = "okay";
/* Enable bt driver for marvel uart8987 */
bluetooth {
compatible = "mrvl,88w8897";
status = "okay";
};
};
I unable to find the tty ,
/sys/devices/platform/bus@5a000000/5a070000.serial
已解决! 转到解答。
Hi
The issue is resolved long time back. To connect with devices we should add the services like audio and file transfer (ex: pactl, obexftp)
Hi @igorpadykov
Please find my response,
[bluetooth]# connect D2:33:E4:49:05:51
Attempting to connect to D2:33:E4:49:05:51
I able to pair with my mobile but not able to connect
I am using Bluetooth 5.0 (Classic as well as LE).
one can look for example on
https://variwiki.com/index.php?title=IMX_Bluetooth
https://variwiki.com/index.php?title=IMX_BLE
Best regards
igor
Thank you @igorpadykov ,
I am working IMX8QM Custom platform with Yocto BSP (L5.10) version with Marvell chip for Bluetooth which is using UART interface.