BIPS/Getting Started/Building BIPS: Difference between revisions

From RidgeRun Developer Wiki
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.

Revision as of 06:24, 6 December 2022

Getting the Code

BIPS is a RidgeRun's professional product. You can purchase BIPS, with full source code, from the [LNKHERE RidgeRun Store] or using the Shopping Cart:


Dependencies

BIPS is supported for the Jetson TX1/TX2/Nano/Xavier platforms and PC systems that have an NVIDIA GPU. The following packages are needed in order to build and use BIPS:

    • list of dep
    • list of dep
    • list of dep
    • list of dep
    • list of dep


CUDA L4T package

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