Hello,
I use Jetson Orin NX (Jetpack6.2) (Devkit Flash) and I disable debug port and use as a UART port. For doing that I mask serial-getty@ttyTCU0 service (debug port refers TCU0 in my device) and configure /boot/extlinux/extlinux.conf for debug disable.
Like Cannot configure UART port properties , when I send number 0A with this port, it gets ‘0D 0A’, but it should get only ‘0A’. ( also port emits 0xFF 0xFF for every 0xFF piped into it). I also read [Jetson Xavier NX] UART Tune topic but I couldn’t understand what should I do for Orin NX. What is the problem? How can I solve it for my device? (if I should configure any file, my P_number = p3767-0000)