Jump to content

NVIDIA Jetson Orin/JetPack 5.0.2/Getting Started: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 15: Line 15:
*8GB of RAM.
*8GB of RAM.


 
==Get the SDK Manager==
=Get the SDK Manager=
This section assumes that you are working on a host computer that meets the requirements above. The steps to get the SDK Manager installed on your host computer are:
This section assumes that you are working on a host computer that meets the requirements above. The steps to get the SDK Manager installed on your host computer are:
<br>
<br>
Line 23: Line 22:
1. Download the SDK Manager installer from https://developer.nvidia.com/sdkmanager_deb. You will need to log in or register into your NVIDIA developer account to download the SDK Manager installer.
1. Download the SDK Manager installer from https://developer.nvidia.com/sdkmanager_deb. You will need to log in or register into your NVIDIA developer account to download the SDK Manager installer.
<br>
<br>


2. Install the SDK Manager running the following command in a terminal:
2. Install the SDK Manager running the following command in a terminal:
<br>
<br>
{{Ambox
|type=notice
|small=left
|issue='''Note:''' Make sure to replace the <SDK_Manager_Installer_Download_Dir> with the actual path of the directory where the SDK Manager installer was stored in step 1.
|style=width:unset;
}}


'''Notes:'''
{{Ambox
* Make sure to replace the <SDK_Manager_Installer_Download_Dir> with the actual path of the directory where the SDK Manager installer was stored in step 1.
|type=notice
* Make sure to replace the <version> and <build> values with the appropriate ones according to the name of the installer downloaded in step 1.
|small=left
|issue='''Note:''' Make sure to replace the <version> and <build> values with the appropriate ones according to the name of the installer downloaded in step 1.
|style=width:unset;
}}


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Line 35: Line 44:
</syntaxhighlight>
</syntaxhighlight>


For example if the file downloaded from NVIDIA is named sdkmanager_1.8.0-10363_amd64.deb, then you can use the following command to install it:
For example, if the file downloaded from NVIDIA is named sdkmanager_1.8.0-10363_amd64.deb, then you can use the following command to install it:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_1.8.0-10363_amd64.deb
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_1.8.0-10363_amd64.deb
Line 50: Line 59:


The version of the SDK Manager is displayed in the top left corner of the window, in the example in Figure 1, the version is 1.8.0.10363. Another way to verify the SDK Manager version is to run the following command in the terminal:
The version of the SDK Manager is displayed in the top left corner of the window, in the example in Figure 1, the version is 1.8.0.10363. Another way to verify the SDK Manager version is to run the following command in the terminal:
 
<br>
'''Note:''' Only one instance of the SDK Manager can be open at a given time in your host system, therefore if you already have the sdkmanager UI and want to try the following command, make sure to close the UI first.
<br>
{{Ambox
|type=notice
|small=left
|issue='''Note:''' Only one instance of the SDK Manager can be open at a given time in your host system, therefore if you already have the SDK manager UI and want to try the following command, make sure to close the UI first.
|style=width:unset;
}}


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.