While Flashing 64GB Jetson AGX Orin with 32GB Jetson AGX Orin System Image

While we created a pre-built system image for the 32GB AGX Orin, the nvpmodel will also have a pre-configured power mode for the 32GB JAO.

If you have a 64GB AGX Orin and have flashed it with the 32GB AGX Orin system image, you can use the following command to force the Jetson to use the nvpmodel for the 64GB AGX Orin to achieve higher performance.

# AGX Orin 64GB Power Mode
sudo rm /etc/nvpmodel.conf
sudo ln -s /etc/nvpmodel/nvpmodel_p3701_0000.conf /etc/nvpmodel.conf

# AGX Orin 32GB Power Mode
sudo rm /etc/nvpmodel.conf
sudo ln -s /etc/nvpmodel/nvpmodel_p3701_0004.conf /etc/nvpmodel.conf

# AGX Orin Industrial Power Mode (> JetPack 6.x)
sudo rm /etc/nvpmodel.conf
sudo ln -s /etc/nvpmodel/nvpmodel_p3701_0008.conf /etc/nvpmodel.conf

Last updated