Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-08-07 11:15:42

First Use

Login

User: nvidia
Password: nvidia

Jetpack

OSKernelCUDA
JetPack 6Ubuntu 22.045.1512

The following commands will install all other JetPack components that correspond to your version of Jetson Linux L4T:

sudo apt update
sudo apt install nvidia-jetpack

jtop

sudo apt update
sudo apt install python3-pip
sudo pip3 install -U jetson-stats

Important!Important!Important

Do not use sudo apt-get upgrade and sudo apt-get dist-upgrade.
Do not use sudo apt upgrade and sudo apt dist-upgrade.

To prevent automatic upgraded :

  • Modify /etc/apt/apt.conf.d/20auto-upgrades (if this file doesn’t exist, please create it)
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
  • Disable and stop apt-daily timers
sudo systemctl disable apt-daily.timer
sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl stop apt-daily.timer
sudo systemctl stop apt-daily-upgrade.timer

On this page