Difference between revisions of "Ubuntu L4T User Guide"
From ESS-WIKI
Daniel.hung (talk | contribs) (Created page with "= Getting Started = == <span style="color:#0070c0">Host Environment</span> == == <span style="color:#0070c0">Force Recovery Mode</span> == == <span style="color:#0070c0">Fl...") |
Daniel.hung (talk | contribs) |
||
Line 2: | Line 2: | ||
== <span style="color:#0070c0">Host Environment</span> == | == <span style="color:#0070c0">Host Environment</span> == | ||
+ | |||
+ | Ubuntu 18.04 (recommended) or 16.04 | ||
+ | |||
+ | |||
== <span style="color:#0070c0">Force Recovery Mode</span> == | == <span style="color:#0070c0">Force Recovery Mode</span> == | ||
− | == <span style="color:#0070c0">Flash | + | 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 and also you can detect a new "nvidia apx" device. | ||
+ | |||
+ | |||
+ | |||
+ | == <span style="color:#0070c0">Flash Pre-built Image</span> == | ||
== <span style="color:#0070c0">Install SDK Components</span> == | == <span style="color:#0070c0">Install SDK Components</span> == | ||
+ | |||
+ | === <span style="color:#0070c0">SDK Manager</span> === | ||
+ | |||
+ | Download the SDK Manager for '''Jetson TX2 series''' from [https://developer.nvidia.com/embedded/jetpack 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 | ||
+ | |||
+ | === <span style="color:#0070c0">Installation</span> === | ||
= Demo = | = Demo = |
Revision as of 07:00, 3 December 2019
Contents
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 and also you can detect a new "nvidia apx" device.
Flash Pre-built Image
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