Install Jetson SDK on Jetson
From JetPack 6.0, you can install the JetPack SDK directly on the Jetson device, without needing a separate host computer.
Installation
sudo apt-get update
sudo apt-get install -y nvidia-jetpackSet CUDA Path
# edit ~/.bashrc
## Using CUDA 12.2 as an example
export PATH="/usr/local/cuda-12.2/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-12.2/lib64:$LD_LIBRARY_PATH"
Previous[WIP] Jetson Background InformationNextComplete the pre-built BSP after flashing the tarball.
Last updated