In our pre-built system image, we disabled the debug UART feature of Jetson Xavier NX. If you built your system image, please remember to execute the following commands and reboot to disable the debug UART to properly use the COM port.
In our pre-built system image, we disabled debug UART on the COM port. If you want to use the debug UART, please use the following commands to enable debug UART.
sudosystemctlenablenvgettysudosystemctlstartnvgetty# confirm nvgetty status by sudosystemctlstatusnvgetty
Then you can use another computer to connect to the COM port and remember to set the baud rates to 115200. For example, if you connect to NRU-52S from COM 1 of another Linux computer, you can type the following commands to access the debug console.
Please also make sure the "hardware flow control" and "software flow control" are disabled.
Ctrl-A Z to open the menu. Type "O" for "Configure Minicom"
Select "Serial port setup"
Make sure "Hardware FLow Control" and "Software Flow Control" are disabled
Then you will see something like the below while NRU-52S rebooted.