JetPack 6.x uses three layers for updates: APT Timers, Periodic Configs, and Snapd. The system configuration shell script for the NRU series can be found here. Please download and execute this script on your device.
1. Disable APT Systemd Timers
These are the primary background triggers for apt update and apt upgrade.
Snap packages (like VSCode or Firefox) update independently of APT. If you don't need Snap, removing it is the safest way to prevent background bandwidth spikes:
4. Lock NVIDIA L4T Packages
Because the NRU series utilizes a custom carrier board, you must prevent the system from updating native Jetson Linux (L4T) packages. Updating these packages via standard NVIDIA repositories may overwrite custom device trees or drivers required by the NRU hardware, leading to boot failure or peripheral malfunction.
5. Verification
After a reboot, run this command to ensure no update timers are active:
Expected Result: No output or showing the timers as masked / inactive.