§2024-12-13
¶Introduction
NVIDIA JetPack SDK powering the Jetson modules is the most comprehensive solution for building end-to-end accelerated AI applications, significantly reducing time to market.
NVIDIA JetPack includes 3 components:
-
Jetson Linux: A Board Support Package (BSP) with bootloader, Linux kernel, Ubuntu desktop environment, NVIDIA drivers, toolchain and more. It also includes security and Over-The-Air (OTA) features.
-
Jetson AI Stack: CUDA Accelerated AI stack which includes a complete set of libraries for acceleration of GPU computing, multimedia, graphics, and computer vision. It supports application frameworks such as Metropolis to build, deploy and scale Vision AI application, Isaac for building high performance robotic applications and Holoscan for building high performance computing applications (HPC) with real time insights and sensor processing capabilities from edge to cloud.
3.Jetson Platform Services: A collection of ready to use services to accelerate AI application development on Jetson.
¶Installing JetPack
- SD Card Image Method, for Jetson Orin Nano Developer
- Download Jetson Orin Nano Developer Kit, jp61-orin-nano-sd-card-image.zip
- Etched it then boot then through the cutomization, you will boot up with a desktop running with ubunt 22.04
¶install nvidia-cuda-toolkit
$ sudo apt install nvidia-cuda-toolkit
he following packages have unmet dependencies:
nvidia-cuda-toolkit : Depends: nvidia-cuda-dev (= 11.5.1-1ubuntu1) but 6.1+b123 is to be installed
Recommends: nvidia-cuda-toolkit-doc (= 11.5.1-1ubuntu1) but it is not going to be installed
Recommends: nvidia-cuda-gdb (= 11.5.114~11.5.1-1ubuntu1) but it is not going to be installed
Recommends: nsight-compute (= 2021.3.1.4~11.5.1-1ubuntu1)
Recommends: nsight-systems (= 2021.3.3.2~11.5.1-1ubuntu1)
E: Unable to correct problems, you have held broken packages.
$ sudo apt install nvidia-cuda-dev=11.5.1-1ubuntu1 && sudo apt install nvidia-cuda-toolkit
CUDA Toolkit Installer
Installation Instructions:
Please ensure your device is configured per the CUDA Tegra Setup Documentation.
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/arm64/cuda-ubuntu2204.pin
sudo mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda-tegra-repo-ubuntu2204-12-6-local_12.6.3-1_arm64.deb
sudo dpkg -i cuda-tegra-repo-ubuntu2204-12-6-local_12.6.3-1_arm64.deb
sudo cp /var/cuda-tegra-repo-ubuntu2204-12-6-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-6 cuda-compat-12-6