Can't access UART0 (pins 99 and 101) as a serial port

Device: Jetson Orin nano
OS: Jetpack 5.1

I am using Jetson Orin Nano with a custom PCB design. I using UART0 pins as a serial communication with 115200 baud rate.

I tried all files I have in /dev/tty* to get a result but I could not get any information. How can I access UART0 Tx and Rx from /dev/tty* (eg: ttyTHS0) and what is the default configuration. Lastly, how to change the configuration of the hardware?

Hi emadomari40,

Do you mean that you are using the following UART0 which is connected from M.2 Key E?

Please share the current dmesg and device tree for further check.

Yes, the same UAET which is connected from M.2 Key E. I am not receiving any warning or error. It is just not working and I am not receiving my messages.

Please share the current dmesg and device tree for further check.

This is the dmesg:

output.txt (96.2 KB)

I did enable uart@3100000 in the device tree file and its workin now on /dev/ttyTHS1

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.