airvolute / dcs-deploy

GNU General Public License v3.0
1 stars 0 forks source link

Access Jetson Orin NX 16GB UART on DCS2 #24

Closed redeexpressos closed 5 months ago

redeexpressos commented 5 months ago

Hello. I need access to UART to debug what going on in the Orin NX.

As described in the docs:

image

image

I'm using the GPS_JET from the DCS2.Adapter_default v1.0 wired up to my RS232 FTDI and trying to access via sudo picocom -b 115200 /dev/ttyUSB0 (TX->RX, RX->TX, GND->GND)

I've also seen in some forums to use /dev/ttyTHS... but I dont have any device for that However, I don't see any output in my terminal.

Hardware:

vrsanskytom commented 5 months ago

Hi, you are probably searching for Jetson debug serial port. It is located directly on the .Pilot board. Unfortunately, it's possible to access it only by soldering debug cables to the solder pads. See attached image: IMG_4950

redeexpressos commented 5 months ago

Hello. That seems to be working. Im doubtin then, what is GPS_JET THEN?

vrsanskytom commented 5 months ago

It's different Serial port from Jetson. It can be used for custom purposes.

redeexpressos commented 5 months ago

I'd still like to understand what you mean with "custom purposes", but thanks, using the pads from the image, I'm able to access the UART.