BIPS/Getting Started/Building BIPS: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 189: Line 189:




Installation guide:
=== CUDA L4T package ===


1. You will need to know which distribution version you are using:
<pre style=background-color:yellow>
<syntaxhighlight lang=bash>
The Jetpack default installation will flash and install all the necessary CUDA packages. This section describes how to perform a manual installation, which is typically __NOT__ needed
lsb_release -a
</pre>
</syntaxhighlight>
 
2. Go to the [https://developer.nvidia.com/cuda-11-6-1-download-archive CUDA 11.6.1 download archive] and follow the selection menu.
 
* For Jetson platform you can follow this link: [https://developer.nvidia.com/cuda-11-6-1-download-archive?target_os=Linux&target_arch=arm64-sbsa&Compilation=Native&Distribution=Ubuntu CUDA 11.6.1 Jetson Configuration]
* For Ubuntu x86 platform you can follow this link: [https://developer.nvidia.com/cuda-11-6-1-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu CUDA 11.6.1 Ubuntu x86 Configuration]
 
Select the version depending on the ''lsb_release'' command executed above. We recommend using the '''deb (local)''' option for the installation.
 
3. Once you have selected your system setup, NVIDIA will show you the installation instructions for those requirements.
47

edits