I have a question about $ sudo nvpmodel -m 0 in several Jetson modules

**• Hardware Platform : Jetson Nano, jetson Xavier NX, Jetson Orin NX, and Jetson AGX Orin
**• DeepStream Version : 6.2


I have installed DS6.2 on Jetson Nano, jetson Xavier NX, Jetson Orin NX, and Jetson AGX Orin.
After installing DS6.2, I have a question before executing the following command at the end of the process.

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

The instructions at Quickstart Guide — DeepStream 6.3 Release documentation say to do the following.

[Boost the clocks]
After you have installed DeepStream SDK, run these commands on the Jetson device to boost the clocks:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

Note
For Jetson NX, run sudo nvpmodel -m 8 instead of 0.

Jetson NX says to do $sudo nvpmodel -m 8, but how do I give the nvpmodel -m (?) command for the rest of the devices (Jetson Nano, Jetson Orin NX, Jetson AGX Orin)?

$ sudo nvpmodel -m ? <—

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Hi,
Please refer to the power modes listed in developer guide

The mode 8 of Xavier NX is 20W mode.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.