**• 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 ? <—