First of all, which pins correspond to /dev/ttyTHS2?
I can use /dev/ttyTHS1 normally but I don’t know how to use the THS2 one.
Does anyone have experience with this?
First of all, which pins correspond to /dev/ttyTHS2?
I can use /dev/ttyTHS1 normally but I don’t know how to use the THS2 one.
Does anyone have experience with this?
Hi hayri.akif101,
Are you using the devkit or custom board for Orin NX?
What’s the Jetpack version in use?
Please share the full dmesg and device tree for further check.
hi kevin,
On the orin nx is the Jetpack version 6.1 with Ubuntu22.04.4 installed.
reComputer J401 - Carrier Board J4012
Here the full dmesg and the full device tree:
device-tree.txt (171.5 KB)
dmesg.txt (60.6 KB)
There are 3 physical UART interfaces available on Orin NX.
/dev/ttyTCU0
=> Debug UARTWe don’t suggest using debug UART since it outputs the debug messages from different firmwares.
[ 1.748161] 3100000.serial: ttyTHS1 at MMIO 0x3100000 (irq = 112, base_baud = 0) is a TEGRA_UART
The above UART has been enabled in your case.
Are you trying to enable the first one(uartb@3110000)?
If so, you can enable it from the device tree.
You’ve shared the result when you run dtc
command to decompile the DTB.
Please share device tree file (extracted_dtb.dts
) instead.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.