Hi,
I've been using the AM335x EVM to test WLAN and BT with the COM6M module (Murata WL1271L) which comes with the EVM, which works fine (WLAN and BT).
Today I tried swapping the module with a COM6L-BLE (LSR TiWi-BLE / WL1271L) module, and hoped it would work the same, as they have the same connector pin-out and are both built around the WL1271L chip.
The WiFi works fine, but the bluetooth does not:
root@am335x-evm:~# insmod `find /lib/modules/ -name "gpio_en.ko"`
[ 349.741210] Gpio value is :117
[ 349.757293] WL1271: BT Enable
root@am335x-evm:~# hciattach /dev/ttyO1 texas 3000000
Initialization timed out.
Any hints as to what needs fixing? Or what the differences are between the COM6L-BLE and the COM6M? On one occasion I saw this:
root@am335x-evm:~# insmod `find /lib/modules/ -name "gpio_en.ko"`
[ 104.834991] Gpio value is :117
[ 104.857299] WL1271: BT Enable
root@am335x-evm:~# hciattach /dev/ttyO1 texas 3000000
Found a Texas Instruments' chip!
Firmware file : /lib/firmware/TIInit_7.6.15.bts
Loaded BTS script version 1
texas: changing baud rate to 3000000, flow control to 1
Initialization timed out.
root@am335x-evm:~#