Other Parts Discussed in Thread: WL1831, AM3352
Hi TI,
We have an AM3352 custom borad with WL1831. We have porting the driver and dts (uart with cts and rts) and put firmware files in system.
The bluetooth function works. It's OK to transmit data through bluetooth but lost data of package while receiving data through bluetooth.
[Thu Feb 02 16:49:52.183 2023] aaeon@SRG-3352C:~$ sudo nmcli radio wifi offl2test -R -r
[Thu Feb 02 16:49:53.460 2023] l2test[1516]: Waiting for connection on psm 4113 ...
[Thu Feb 02 16:49:55.791 2023] l2test[1518]: Connect from 00:1A:7D:DA:71:15 (bredr, psm 4113, dcid 64)
[Thu Feb 02 16:49:55.804 2023] [ 1569.201763] Bluetooth: hci0: Frame reassembly failed (-90)
[Thu Feb 02 16:49:55.809 2023] [ 1569.202101] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.809 2023] [ 1569.202395] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.809 2023] [ 1569.202422] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.809 2023] [ 1569.202743] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.809 2023] [ 1569.203963] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.810 2023] l2test[1518]: Local device 0C:1C:57:83:75:36 (bredr, psm 4113, scid 64)
[Thu Feb 02 16:49:55.810 2023] l2test[1518]: Options [imtu 672, omtu 672, flush_to 65535, mode 0, handle 1, class 0x1c0104, priority 0, rcvbuf 180224]
[Thu Feb 02 16:49:55.810 2023] l2test[1518]: Receiving ...
[Thu Feb 02 16:49:55.810 2023] l2test[1518]: seq mismatch: 0 -> 1
[Thu Feb 02 16:49:55.810 2023] l2test[1518]: data mismatch: byte 645 0x00
[Thu Feb 02 16:49:55.815 2023] l2test[1518]: 672 bytes in 0.00 sec, 378.02 kB/s
[Thu Feb 02 16:49:55.816 2023] [ 1569.211274] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.816 2023] [ 1569.211395] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.816 2023] [ 1569.211652] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.816 2023] [ 1569.211883] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.816 2023] [ 1569.211894] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.816 2023] [ 1569.212119] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.212353] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.212586] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.212840] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.213081] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.213316] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.817 2023] [ 1569.216417] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.834 2023] [ 1569.216564] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.834 2023] [ 1569.216815] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.834 2023] [ 1569.217052] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.834 2023] [ 1569.217291] Bluetooth: hci0: Frame reassembly failed (-84)
[Thu Feb 02 16:49:55.834 2023] [ 1569.217545] Bluetooth: hci0: Frame reassembly failed (-84)
I found the baud rate config in firmware is 3M. I try to modify the TIInit_11.8.32.bts but cannot open it.
BTW, bluetooth works with fw wl18xx_bt_sp_v4.7 but fails with wl18xx_bt_sp_v4.8.
Could you give me a firmware with lower baud rate of wl18xx_bt_sp_v4.7?
Thank you.
Best Regards,
Sophie