We are currently debugging the Bluetooth function of BCM4362A2 based on the customer’s customized motherboard, but it has not been able to be pulled up properly. The Bluetooth of this module uses the UART interface. I see that there is a tool called brcm_patcheram_plus on the platform, which indicates that it is compatible with Bluetooth on some Broadcom platforms.
Now I am using the Bluetooth manufacturer’s pull command and it is not working properly. The chip manufacturer has reported that the RTS is not working properly, and the NVIDIA platform defaults to a low pull state.
Can you help me check the waveform of RTS and related logs. Now the debugging is stuck here, thank you
hciconfig hci0 up
rm /dev/rfkill
root@fq-laptop:/etc#
root@fq-laptop:/etc#
root@fq-laptop:/etc# rfkill list
0: bt_default: Bluetooth
Soft blocked: no
Hard blocked: no
root@fq-laptop:/etc#
BT manufacturers believe it is a problem with RTS. When our module initializes RTS on other platforms, it is at a high level, and then it is pulled down when data transmission occurs. The default RTS of NVIDIA is always at a low level. Although the RTS has a waveform during burning, indicating that it is working, it is still different from other platforms. It is uncertain whether this will affect the normal loading of the BT.
Now, based on the orin nx adaptation of WiFi/BT modules, the UART interface is used for BT. After powering on the BT, using the brcm_patcheram_plus command to burn the Bluetooth firmware, hciconfig did not have the hci0 node and Bluetooth startup failed. Bluetooth manufacturers have reported that there is an issue with the RTS signal on the platform. We compared the initialization of RTS on the NXP platform when burning firmware to a high level, while NVIDIA defaults to a low level. We did not find any other differences
The problem now is that it seems that the NVIDIA platform has adapted some Bluetooth functions on the Broadcom module, but it cannot be pulled up normally now
How to make RTS default to high level? Or rather, can you see if Bluetooth cannot start properly? any suggestions?
To put it another way, we have found that the NVIDIA platform has been adapted to the UART interface of the Broadcom module, and now Bluetooth cannot work.
any suggestions?