NVIDIA Jetson AGX Thor - JetPack 7.0 - Performance Tuning - Tuning Power

From RidgeRun Developer Wiki

NVIDIA Jetson AGX Thor/Head

Follow Us On Twitter LinkedIn Email Share this page





Previous: JetPack_7.0/Performance_Tuning/Set_Values_Manually Index Next: JetPack_7.0/Performance_Tuning/Maximizing_Performance








Power Mode Controls

The Jetson AGX Thor supports two different power modes known as MAXN, and 120W. For each mode, several configurations with various CPU and GPU frequencies, and a number of cores online are possible.


Mode ID 0 1
Power Budget EDP 120W
Online CPU 14 14
CPU Max Frequency (MHz) 2601 2601
GPU Max Frecuency (MHz) 1575 1386
NVDEC/NVENC/OFA/NVJPG (MHz) 1692 1557
PVA Cores 1 1
PVA Max Frequency (MHz) 1215 1215



Info
The default mode is 120W (mode ID 1). EDP represents the limits and therefore has no power budget.


A utility is provided to change the board operations between these modes. In order to change the current operation mode use the command:

ID=0
sudo /usr/sbin/nvpmodel -m 0
Note
The mode persists across power cycles and won't change unless nvpmodel is called again.

In order to find the current mode use:

sudo /usr/sbin/nvpmodel -q

Extra Definitions can be added in a file located in:

/etc/nvpmodel.conf


Previous: JetPack_7.0/Performance_Tuning/Set_Values_Manually Index Next: JetPack_7.0/Performance_Tuning/Maximizing_Performance