Jump to content

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

no edit summary
No edit summary
No edit summary
Line 23: Line 23:
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:


Notes:
'''Notes:'''
* 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.
* 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.
* Make sure to replace the <version> and <build> values with the appropriate ones according to the name of the installer downloaded in step 1.
* Make sure to replace the <version> and <build> values with the appropriate ones according to the name of the installer downloaded in step 1.


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_<version>-<build>_amd64.deb
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_''<version>''-''<build>''_amd64.deb
</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
</syntaxhighlight>
</syntaxhighlight>


1,593

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.