Configuring Clock Speed of Jetson Nano

Hello Experts,

CC: @Honey_Patouceul @DaneLLL @Amycao @kayccc @icornejo.a @AastaLLL @dusty_nv @forumuser @Jeffli

Pls specify how to run the Jetson nano at max frequency and would there any thermal impact of doing so ?

1 Like

Hello,

please, refer to jetson_clocks

Thank you.

Additional note:
jetson_clocks has several options. After booting and before boosting, you may save a slow clocks config for being able to restore later :

sudo jetson_clocks --store

So that you’ll be able to restore later with:

sudo jetson_clocks --restore

For boosting, not sure for recent releases, but before launching jetson_clocks as @forumuser mentionned, you may first select a NVP model:

sudo nvpmodel -m 0
sudo jetson_clocks

Max perf NVP model used to be 0 on most Jetsons (but surprisingly on NX it may be -m 2, though).

1 Like

Thank you for the detailed explanation.