Realtimes Beijing Technology Co.,LTD
www.realtimesai.com
RTSO-1001 Product Manual V1.6
24
3.2 How to install Jetpack
Overview of process steps
Installing JetPack to your Jetson device requires you to perform the following steps:
1. Download and install the NVIDIA SDK Manager on the Linux host.
2. Connect your jetson device to the Linux host (Type C USB or network (same network segment).
3. Test your device can connect via ssh.
4. Use SDK Manager to select and install the required components.
Download and install the NVIDIA SDK Manager on the Linux host.
You must have a Linux host with internet access to run SDK Manager and refresh the developer kit. The
supported host operating systems are:
Ubuntu Linux x64 Version 18.04 or 16.04
Download and install NVIDIA SDK Manager.
sdkmanager
Installation package
:
sdkmanager-[version].[build#].deb
The current version is
:
sdkmanager_1.2.0
sdkmanager
install
$ sudo apt install ./sdkmanager-[version].[build#].deb
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 device (please refer to the interface description
above).
-
Use Micro USB cable to connect Linux host and RTSO-1001 Type C(P10) USB interface (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 <jetson_user>@192.168.55.1