You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/nvidia/packages/jetpack_sdk/jetpack_sdk_install.rst.txt
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,48 @@ Jetpack SDK Installation
3
3
4
4
Since NVIDIA L4T 32.4.x support L4T OTA, users can download NVIDIA JetPack from NVIDIA’s official APT
5
5
repository.
6
-
For ROScube-X users, you can use apt to install NVIDIA JetPack compoments, e.g. tensorrt, cuda.
6
+
For ROScube NVIDIA platform users, you can use apt to install NVIDIA JetPack compoments, e.g. CUDA, tensorrt.
7
7
8
-
1. Install nvidia-l4t-jetson-multimedia-api
9
-
-------------------------------------------
10
-
Before installing JetPack SDK, you should install nvidia-l4t-jetson-multimedia-api in a proper ver-
11
-
sion coresponding to L4T version.
8
+
1. Install the whole JetPack SDK
9
+
--------------------------------
10
+
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.4.x**,
11
+
the following commands will install **all** ``JetPack``.
12
12
13
13
.. code-block:: bash
14
14
15
15
sudo apt update
16
-
sudo apt install nvidia-l4t-jetson-multimedia-api
16
+
sudo apt install nvidia-jetpack
17
17
18
18
.. warning::
19
19
20
20
|It's **not suggested** to install ``nvidia-jetpack`` directly, because nvidia-jetpack is a meta package which will install **all JetPack SDK** compoments which occupy **8GB**.
21
21
|You can only install ``particular`` JetPack SDK compoment.
22
22
23
-
2. Install the whole JetPack SDK
24
-
--------------------------------
25
-
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.3.1** or higher,
26
-
the following commands will install **all** ``JetPack``.
23
+
2. Install particular JetPack SDK compoment.
24
+
--------------------------------------------
25
+
If we only want to use parts of JetPack SDK (e.g. CUDA) instead the whole JetPack SDK,
26
+
we can just install related library.
27
27
28
28
.. code-block:: bash
29
29
30
+
# If we just want to use CUDA library
30
31
sudo apt update
31
-
sudo apt install nvidia-jetpack
32
+
sudo apt install nvidia-cuda nvidia-l4t-cuda
32
33
33
-
3. Install particular JetPack SDK compoment.
34
-
--------------------------------------------
35
-
(e.g. ``nvidia-tensorrt``)
34
+
3. (Optional) Use CUDA in the container.
35
+
----------------------------------------
36
+
If you want to use CUDA in the container, follow the steps below.
37
+
38
+
a. Install CUDA library in the native host.
39
+
b. Use `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/index.html>`_ to install containers, which already include necessary packages and docker arguments.
40
+
c. Entering the containers and typing the following commands.
Copy file name to clipboardExpand all lines: _sources/roscube-pico/nvidia/packages/jetpack_sdk/jetpack_sdk_install.rst.txt
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,48 @@ Jetpack SDK Installation
3
3
4
4
Since NVIDIA L4T 32.4.x support L4T OTA, users can download NVIDIA JetPack from NVIDIA’s official APT
5
5
repository.
6
-
For ROScube-X users, you can use apt to install NVIDIA JetPack compoments, e.g. tensorrt, cuda.
6
+
For ROScube NVIDIA platform users, you can use apt to install NVIDIA JetPack compoments, e.g. CUDA, tensorrt.
7
7
8
-
1. Install nvidia-l4t-jetson-multimedia-api
9
-
-------------------------------------------
10
-
Before installing JetPack SDK, you should install nvidia-l4t-jetson-multimedia-api in a proper ver-
11
-
sion coresponding to L4T version.
8
+
1. Install the whole JetPack SDK
9
+
--------------------------------
10
+
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.4.x**,
11
+
the following commands will install **all** ``JetPack``.
12
12
13
13
.. code-block:: bash
14
14
15
15
sudo apt update
16
-
sudo apt install nvidia-l4t-jetson-multimedia-api
16
+
sudo apt install nvidia-jetpack
17
17
18
18
.. warning::
19
19
20
20
|It's **not suggested** to install ``nvidia-jetpack`` directly, because nvidia-jetpack is a meta package which will install **all JetPack SDK** compoments which occupy **8GB**.
21
21
|You can only install ``particular`` JetPack SDK compoment.
22
22
23
-
2. Install the whole JetPack SDK
24
-
--------------------------------
25
-
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.3.1** or higher,
26
-
the following commands will install **all** ``JetPack``.
23
+
2. Install particular JetPack SDK compoment.
24
+
--------------------------------------------
25
+
If we only want to use parts of JetPack SDK (e.g. CUDA) instead the whole JetPack SDK,
26
+
we can just install related library.
27
27
28
28
.. code-block:: bash
29
29
30
+
# If we just want to use CUDA library
30
31
sudo apt update
31
-
sudo apt install nvidia-jetpack
32
+
sudo apt install nvidia-cuda nvidia-l4t-cuda
32
33
33
-
3. Install particular JetPack SDK compoment.
34
-
--------------------------------------------
35
-
(e.g. ``nvidia-tensorrt``)
34
+
3. (Optional) Use CUDA in the container.
35
+
----------------------------------------
36
+
If you want to use CUDA in the container, follow the steps below.
37
+
38
+
a. Install CUDA library in the native host.
39
+
b. Use `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/index.html>`_ to install containers, which already include necessary packages and docker arguments.
40
+
c. Entering the containers and typing the following commands.
Copy file name to clipboardExpand all lines: _sources/roscube-x/nvidia/packages/jetpack_sdk/jetpack_sdk_install.rst.txt
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,48 @@ Jetpack SDK Installation
3
3
4
4
Since NVIDIA L4T 32.4.x support L4T OTA, users can download NVIDIA JetPack from NVIDIA’s official APT
5
5
repository.
6
-
For ROScube-X users, you can use apt to install NVIDIA JetPack compoments, e.g. tensorrt, cuda.
6
+
For ROScube NVIDIA platform users, you can use apt to install NVIDIA JetPack compoments, e.g. CUDA, tensorrt.
7
7
8
-
1. Install nvidia-l4t-jetson-multimedia-api
9
-
-------------------------------------------
10
-
Before installing JetPack SDK, you should install nvidia-l4t-jetson-multimedia-api in a proper ver-
11
-
sion coresponding to L4T version.
8
+
1. Install the whole JetPack SDK
9
+
--------------------------------
10
+
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.4.x**,
11
+
the following commands will install **all** ``JetPack``.
12
12
13
13
.. code-block:: bash
14
14
15
15
sudo apt update
16
-
sudo apt install nvidia-l4t-jetson-multimedia-api
16
+
sudo apt install nvidia-jetpack
17
17
18
18
.. warning::
19
19
20
20
|It's **not suggested** to install ``nvidia-jetpack`` directly, because nvidia-jetpack is a meta package which will install **all JetPack SDK** compoments which occupy **8GB**.
21
21
|You can only install ``particular`` JetPack SDK compoment.
22
22
23
-
2. Install the whole JetPack SDK
24
-
--------------------------------
25
-
Assuming your Jetson developer kit has been flashed with and is running **L4T 32.3.1** or higher,
26
-
the following commands will install **all** ``JetPack``.
23
+
2. Install particular JetPack SDK compoment.
24
+
--------------------------------------------
25
+
If we only want to use parts of JetPack SDK (e.g. CUDA) instead the whole JetPack SDK,
26
+
we can just install related library.
27
27
28
28
.. code-block:: bash
29
29
30
+
# If we just want to use CUDA library
30
31
sudo apt update
31
-
sudo apt install nvidia-jetpack
32
+
sudo apt install nvidia-cuda nvidia-l4t-cuda
32
33
33
-
3. Install particular JetPack SDK compoment.
34
-
--------------------------------------------
35
-
(e.g. ``nvidia-tensorrt``)
34
+
3. (Optional) Use CUDA in the container.
35
+
----------------------------------------
36
+
If you want to use CUDA in the container, follow the steps below.
37
+
38
+
a. Install CUDA library in the native host.
39
+
b. Use `Neuron Startup Menu <https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/index.html>`_ to install containers, which already include necessary packages and docker arguments.
40
+
c. Entering the containers and typing the following commands.
<h2>1. Install nvidia-l4t-jetson-multimedia-api<aclass="headerlink" href="#install-nvidia-l4t-jetson-multimedia-api" title="Permalink to this headline">¶</a></h2>
158
-
<p>Before installing JetPack SDK, you should install nvidia-l4t-jetson-multimedia-api in a proper ver-
159
-
sion coresponding to L4T version.</p>
155
+
For ROScube NVIDIA platform users, you can use apt to install NVIDIA JetPack compoments, e.g. CUDA, tensorrt.</p>
<h2>3. (Optional) Use CUDA in the container.<aclass="headerlink" href="#optional-use-cuda-in-the-container" title="Permalink to this headline">¶</a></h2>
184
+
<p>If you want to use CUDA in the container, follow the steps below.</p>
185
+
<olclass="loweralpha simple">
186
+
<li><p>Install CUDA library in the native host.</p></li>
187
+
<li><p>Use <aclass="reference external" href="https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/index.html">Neuron Startup Menu</a> to install containers, which already include necessary packages and docker arguments.</p></li>
188
+
<li><p>Entering the containers and typing the following commands.</p></li>
189
+
</ol>
190
+
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span><spanclass="c1"># CUDA 10.2 only supports gcc8 and g++8</span>
<h2>1. Install nvidia-l4t-jetson-multimedia-api<aclass="headerlink" href="#install-nvidia-l4t-jetson-multimedia-api" title="Permalink to this headline">¶</a></h2>
181
-
<p>Before installing JetPack SDK, you should install nvidia-l4t-jetson-multimedia-api in a proper ver-
182
-
sion coresponding to L4T version.</p>
178
+
For ROScube NVIDIA platform users, you can use apt to install NVIDIA JetPack compoments, e.g. CUDA, tensorrt.</p>
<h2>3. (Optional) Use CUDA in the container.<aclass="headerlink" href="#optional-use-cuda-in-the-container" title="Permalink to this headline">¶</a></h2>
207
+
<p>If you want to use CUDA in the container, follow the steps below.</p>
208
+
<olclass="loweralpha simple">
209
+
<li><p>Install CUDA library in the native host.</p></li>
210
+
<li><p>Use <aclass="reference external" href="https://adlink-ros.github.io/roscube-doc/neuronsdk/neuron_startup_menu/index.html">Neuron Startup Menu</a> to install containers, which already include necessary packages and docker arguments.</p></li>
211
+
<li><p>Entering the containers and typing the following commands.</p></li>
212
+
</ol>
213
+
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span><spanclass="c1"># CUDA 10.2 only supports gcc8 and g++8</span>
0 commit comments