Other Parts Discussed in Thread: CC3301
Tool/software:
Hi TI-Team,
I am working with the SK-AM62 EVM running Linux (Kernel version: 6.1.80) and have connected a USB Bluetooth adapter (V5.0) to the board. I am able to pair the EVM with my PC, but I am facing issues with establishing a connection. When I try to connect, I receive the following error:
[bluetooth]# connect FC:B3:BC:AD:54:48 Attempting to connect to FC:B3:BC:AD:54:48 Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable
I suspect that this is due to the missing rfcomm
module, as I receive the following error when trying to load it:
Additionally, I checked for the module using lsmod | grep rfcomm
, but it is not listed.
root@am62xx-evm:~# sudo modprobe rfcomm modprobe: FATAL: Module rfcomm not found in directory /lib/modules/6.1.80-dirty
Could you please provide guidance on how to install or enable the rfcomm
module on the SK-AM62 EVM for Bluetooth communication?
I need this for testing data communication between my PC and the EVM board.
Thank you
Best regards,
Kasun