Other Parts Discussed in Thread: CC3301, BP-CC33-BBB-ADAPT
Dear TI sirs:
We are using below board:
BeagleBoneBlack with BP-CC3301 in PG2.0 board.
We are using the below software
CC33XX-LINUX-AM335 in v0.4.2.0.
We use TI pre-built image file system.
And by following the Software Examples inside the documents:
docs/html/CC33XX-linux/sw-examples/software-examples.html
We follow below commands:
cd /usr/share/cc33xx
./ble_enable.sh
And the BT interface hci0 does not show up in the linux system.
And even we follow the Advertising section, the command are all fail with status 0x11 (Invalid Index)
Please see the below screenshot
dmesg shows the image is built on 2023/09/14 17:14:38
And the dmesg shows this is a PG2 version of CC3301:
And ble_enable.sh is not working as document:
You can see that neither "hciconfig -a" nor "hcitool dev" can show up the hci interface.
Even we reboot the board and use the demo for wifi provision is also not working:
For the kernel modules, I am sure the necessary drivers are loaded:
CC3301 WIFI
CC3301 BT drivers
And the dmesg shows ble is enabled:
However the /dev/ttyS1 is missing, which should be a Bluetooth UART:
For the same BBB board with other BP-CC3301 in PG1.0 and old driver v1.3.2, it is working for the BT advertising. And the hciconfig/hcitool command can also list the devices of CC3301.
Please let me know what is missing in the steps I need to do.
Regards,
/ckhsu