Realtimes Beijing Technology Co.,LTD
www.realtimesai.com
RTSO-1001 Product Manual V1.6
25
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.3 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
are supported.
• Application analysis and optimization tools
• NSight Systems for application multi-core CPU profiling: runs on a Linux host. Helps you improve
application performance by identifying slow parts of your code. All Jetson products are supported.
• NVIDIA® Nsight™ compute kernel profiler: an interactive profiling tool for CUDA applications. It
provides detailed performance metrics and API debugging through the user interface and command line tools.
• NSight Graphics for Graphics Application Debugging and Profiling: A consolegrade tool for debugging
and optimizing OpenGL and OpenGL ES programs. Running on a Linux host. All Jetson products are
supported.