/dev/ttyLP1 is not created for Bluetooth

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

/dev/ttyLP1 is not created for Bluetooth

ソリューションへジャンプ
3,208件の閲覧回数
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 解決策
3,015件の閲覧回数
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 件の賞賛
返信
7 返答(返信)
2,902件の閲覧回数
josephzhou1
Contributor V

yes

Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore
0 件の賞賛
返信
3,189件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Vinothkumar

 

what bsp used in the case.

 

Best regards
igor

3,163件の閲覧回数
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
3,158件の閲覧回数
igorpadykov
NXP Employee
NXP Employee
3,182件の閲覧回数
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
3,016件の閲覧回数
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 件の賞賛
返信
2,913件の閲覧回数
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