Difference between revisions of "Ubuntu L4T User Guide"

From ESS-WIKI
Jump to: navigation, search
Line 4: Line 4:
  
 
Ubuntu 18.04 (recommended) or 16.04
 
Ubuntu 18.04 (recommended) or 16.04
 
 
  
 
== <span style="color:#0070c0">Force Recovery Mode</span> ==
 
== <span style="color:#0070c0">Force Recovery Mode</span> ==
Line 11: Line 9:
 
To enter force recovery mode, you can do:
 
To enter force recovery mode, you can do:
  
:1. Hold the Recovery key
+
:1. Hold the '''Recovery '''key
 
:2. Power on device
 
:2. Power on device
:3. Wait for 5 seconds and you can release the Recovery key
+
:3. Wait for 5 seconds and you can release the '''Recovery '''key
 +
 
 +
Once it enters recovery mode successfully, the HDMI output should be disabled. Then, you have to connect a USB cable with TX2 device and PC. A new "''nvidia apx''" device will be detected on PC.
 +
 
 +
== <span style="color:#0070c0">Flash Pre-built Image</span> ==
  
Once it enters recovery mode successfully, the HDMI output should be disabled and also you can detect a new "nvidia apx" device.
+
First, make sure your TX2 device is already in Force Recover mode, and USB cable is connected.
  
 +
Then, execute the '''TX2_flash.sh''' script which you can find it in the release folder.
  
 +
$ sudo ./TX2_flash.sh
  
== <span style="color:#0070c0">Flash Pre-built Image</span> ==
+
After script is done, the target device will boot into OS automatically.
  
 
== <span style="color:#0070c0">Install SDK Components</span> ==
 
== <span style="color:#0070c0">Install SDK Components</span> ==
Line 28: Line 32:
  
 
You will need a nVidia developer account for access.
 
You will need a nVidia developer account for access.
 
 
  
 
After download complete, install via dpkg.
 
After download complete, install via dpkg.

Revision as of 08:08, 3 December 2019

Getting Started

Host Environment

Ubuntu 18.04 (recommended) or 16.04

Force Recovery Mode

To enter force recovery mode, you can do:

1. Hold the Recovery key
2. Power on device
3. Wait for 5 seconds and you can release the Recovery key

Once it enters recovery mode successfully, the HDMI output should be disabled. Then, you have to connect a USB cable with TX2 device and PC. A new "nvidia apx" device will be detected on PC.

Flash Pre-built Image

First, make sure your TX2 device is already in Force Recover mode, and USB cable is connected.

Then, execute the TX2_flash.sh script which you can find it in the release folder.

$ sudo ./TX2_flash.sh

After script is done, the target device will boot into OS automatically.

Install SDK Components

SDK Manager

Download the SDK Manager for Jetson TX2 series from JetPack website.

You will need a nVidia developer account for access.

After download complete, install via dpkg.

$ sudo dpkg -i sdkmanager_0.9.14-4964_amd64.deb

Then, you're able to run SDK manager.

$ sdkmanager

Installation

Demo

Deepstream Samples

Deepstream Reference Apps