Tool/software:
Hi,
I have built a custom yocto image for my BBB and I'm having trouble with the UART. I have two uarts mapped ttyS1 and ttyS4. But for some reason I'm having trouble with ttyS1 timing out writing data, but only after the first string of data is sent.
The process is as follows: Write data -> Read response -> Write data -> Timeout Unknown Error
This does not occur with ttyS4. This also happens when there is nothing connected to the uart.
This exact same code works on the TI processor SDK linux image as well as raspbian. My question is how would I go about determining what is going wrong or debugging this? There is nothing in dmesg that gives me a hint. I have also added linux-ti-staging-6.12 kernel to my image thinking it might be a kernel issue, but this did not help either.
The program is a small QT (5.15.13) console program.
Any help would be greatly appreciated as I'm running out of ideas on what might cause this issue.

