Yocto Support for NVIDIA Jetson Platforms - Accessing the board

From RidgeRun Developer Wiki


Previous: Flashing the Jetson Platform Index Next: Adding NVIDIA Packages















Graphic Interface

If you built an image with a graphic interface like core-image-sato-dev you can get into the board through the GUI using the mouse and keyboard as usual. For example, the core-image-sato-dev GUI looks like the following image:

Yocto GUI desktop
core-image-sato-dev graphic interface

SSH Access

First, connect the device to your LAN, via Ethernet or WiFi. The default user of the built images is root. Then, if the IP address is known, for example, 192.168.0.15, then the device can be accessed by running:

# Replace the IP address below with your device's address
ssh root@192.168.0.15

By default, you don't need to enter a password.

One way to get the IP, if you already accessed the device, is to run:

ifconfig

UART Access

The following links will redirect you to a guide on how to access each device via Serial Console:

This guide is for TX1, but the serial port pins are the same for the TX2 device, so you can connect it the same way.



Previous: Flashing the Jetson Platform Index Next: Adding NVIDIA Packages