Other Parts Discussed in Thread: WL1837,
We have developed a custom board using the WL1837; connecting the Bluetooth interface to an iMX7D UART.
This is working perfectly fine on our released product using Linux-4.9.67-fslc.
We are now working on supporting WoWlan. For this we have upgraded the kernel to Linux-5.4.3-fslc.
The WiFi part is working well, but the Blutooth part is not. We are getting timeout using the hciattach application:
# hciattach -p /dev/ttymxc2 texas
Initialization timed out.
looking at the UART signals on a logic analyzer they are exactly the same for both versions of Linux.
Hence data that should be received over the tty interface in Linux is getting lost for Linux-5.4.3-fslc, but not for Linux-4.9.67-fslc.
Can anyone give a hint for a solution for this - I am getting empty for what to look for here in the tty domain..