Skip to content

How to Install CUDA with NVIDIA SDK Manager

Félix Roy edited this page Nov 26, 2019 · 7 revisions

Introduction

This wiki page explains how to install CUDA 10.0 on host computer with NVIDIA SDK Manager. Using this installation method assure that the CUDA version on target and host computer are compatible.

Procedure

  1. Download SDX Manager for Jetpack 4.2.2

  2. Install the SDX Manager

  3. Open the SDX Manager and login with your NVIDIA account

  4. Make sure Target Hardware is set to Jetson TX2 then press Continue

  5. Make sure that Jetson OS and Jetson SDK Components are NOT selected, accept the terms and conditions and press Continue

  6. When the installation is done, press Finish and exit

  7. To validate that the installation was successful, check that nvcc exists in /usr/local/cuda-10.0/bin.

What's next?

The next step is to Cross-Compile Qt Library.