/dev/ttyLP1 is not created for Bluetooth

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

/dev/ttyLP1 is not created for Bluetooth

Jump to solution
2,385 Views
vinothkumars
Senior Contributor IV

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

 

 

 

 

 

 

Regards,
Vinothkumar Sekar
1 Solution
2,192 Views
vinothkumars
Senior Contributor IV

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)

 

 

Regards,
Vinothkumar Sekar

View solution in original post

0 Kudos
7 Replies
2,079 Views
josephzhou1
Contributor V

yes

Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore
0 Kudos
2,366 Views
igorpadykov
NXP Employee
NXP Employee

Hi Vinothkumar

 

what bsp used in the case.

 

Best regards
igor

2,340 Views
vinothkumars
Senior Contributor IV

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).

 

Regards,
Vinothkumar Sekar
2,335 Views
igorpadykov
NXP Employee
NXP Employee
2,359 Views
vinothkumars
Senior Contributor IV

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.

Regards,
Vinothkumar Sekar
2,193 Views
vinothkumars
Senior Contributor IV

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)

 

 

Regards,
Vinothkumar Sekar
0 Kudos
2,090 Views
Jose1985
Contributor IV

Hi @vinothkumars ,

I hope you were able to add 8997 module with iMX8QM MEK board. Can you help me how you made Bluetooth working using 8997 pcie module?

 

Best regards,

Jose1985