the description for each UART pin

Hi all,

Who can tell me the description for each UART pin(totally 6 pins), thanks a lot.

All pins description are listed in table 73 of OEM DG ([url]http://developer.nvidia.com/embedded/dlc/jetson-tx2-oem-product-design-guide[/url])

Hi Trumany,

According to figure 38, which connector should UART connect? thanks.

Figure 38 is strap connections which is in module and no need to change. For UART connections please take figure 33 as reference.

Hi Trumany,

Sorry, i not sure figure 33 is useful for me.

We plan to capture console log, cause our TX2 will auto reboot after flash OS, please refer:
https://devtalk.nvidia.com/default/topic/1007852/jetson-tx2/tx2-will-auto-reboot-after-flash-os/?offset=11#5144328

Can you tell me how to capture console log ? can we capture by 6pin UART? or another interface?

You would use an ordinary serial console program such as minicom (or my favorite gtkterm) from a host PC (most serial console programs have a logging option). The serial port setting is 115200 8N1. The TX1 and TX2 are identical, except that TX2 cannot use hardware flow control (you can’t use CTS/RTS on a TX2, you need to set no flow control or software flow control).

Some serial console URLs:
[url]http://elinux.org/Jetson/TX1_Serial_Console[/url]
[url]http://www.jetsonhacks.com/2015/12/01/serial-console-nvidia-jetson-tx1/[/url]

the updated link for the tx2 would be
[url]http://www.jetsonhacks.com/2017/03/24/serial-console-nvidia-jetson-tx2/[/url]