We are verifying PC and UART communication by disabling the debug port (/dev/ttyTCU0) and activating /dev/ttyTHS2 on the kernel dtb side.
Although stty can be used to communicate with the PC and Micro USB (CP2102) Uart, there is a symptom that the Uart signal is sometimes not transmitted from the NX side. When it was not transmitted, the stty command stopped in the terminal window, and when the waveform was observed with an oscilloscope in that state, no waveform was displayed.
We are using Jetpack 5.0.2. Is there anything that needs to be modified in terms of H/W or S/W for the above symptoms?
It seems the issue coming from the combined UART not disabled comepletely.
It might can not be disabled just through the device tree or configuration files.
Sorry that we don’t verify this use case so that please just use other UART interface for your use case.