Tool/software: Linux
Dear TI Team,
We have a design with AM3354. In our board we are using UART1, UART2, UART3, and UART4 to communicate with our external devices. As known, UART0(ttyS0) is used as console terminal and we are able to see the debug messages on that port. However, we are also able to see the debug messages on UART3 after device is up. In our use case, we will send/receive some set of commands to/from our another board over UART3(ttyS3). While some commands are sending properly, on the other side some of them are received not properly, actually some characters are missing in the commands. Below you can see our message body.
Here, our main question is related with console terminal. Normally it must not be seen or available on UART3 port but currently it is.
We are suspecting from a wrong configuration at our side but dont know which side is wrong. Can you pls. help on to debug this issue?
Linux Version:
Linux 4.14.67-gd315a9bb00 armv7l
Distrubution:
D="arago"
NAME="Arago"
VERSION="2018.08"
VERSION_ID="2018.08"
PRETTY_NAME="Arago 2018.08"
Message Format
StartCommand(1Byte) | MessageCommand(1Byte) | Payload(4Byte) | CheckSum(1Byte) | StopCommand(1Byte)| LF(1Byte)
Console Window(UART3, UART0)
Thanks,
Regards,
Zafer Çalışkan