Yocto Support for NVIDIA Jetson Platforms - Accessing the board
Yocto Support for NVIDIA®Jetson™ |
---|
Setting up Yocto |
Flashing Jetson Platform |
Accessing the Board |
Adding NVIDIA Packages |
DeepStream |
Additional Topics |
FAQ |
Contact Us |
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:
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.