Realtimes Beijing Technology Co.,LTD
www.realtimesai.com
RTSO-1002 Product Manual V1.0
23
Connect your jetson device to the Linux host
Prepare your Jetson device for the following settings. (If the equipment system is not initialized, the system user
needs to initialize after power-on)
- Connect the monitor, keyboard and mouse to the Jetson Feiyun smart box device (please refer to the
interface description above).
-
Use a USB cable to connect the Linux host and the Micro USB (P4) interface of the RTSO-1002 carrier
board (or network (same network segment))
-
During the setup process, SDK Manager will provide Internet connection for your jetson Feiyun Smart
Box via USB or network connection.
-
Connect the supplied power adapter to the DC jack of the Feiyun Smart Box, and plug the AC interface
into an AC power outlet.
Test that your device can connect via ssh.
If connected via Micro USB, enter lsusb under the Linux host terminal to see the nvidia crop
The device can be accessed through ping or ssh commands
$ ping 192.168.55.1
or
$ ssh
If connected via a network, check whether the device ip address is in the same network segment as the Linux
host on the Feiyun Smart Box, and the Feiyun Smart Box device can be accessed through the ping or ssh
command.
$ ping <jetson_ip>
or
$ ssh <jetson_user>@<jetson_device_ip>
Use SDK Manager to select and install the required components
NVIDIA SDK Manager supports installing software to Jetson core (Flying Cloud Smart Box). For
complete instructions, please refer to Chapter 5 of "
Xavier System Programming Manual
".
3.2 Developer tools
JetPack includes the following development tools. Some are used directly on the Jetson system, and some run on
a Linux host connected to the Jetson system.
• Application development and debugging tools
• NSight Eclipse version for GPU-accelerated application development: runs on a Linux host. All Jetson
products are supported.
• CUDA-GDB for application debugging: Runs on a Jetson system or a Linux host. All Jetson products are
supported.
• CUDA-MEMCHECK to debug application memory errors: run on Jetson systems. All Jetson products