Created
July 15, 2021 07:34
-
-
Save ovuruska/4cb75b8e8537f8ba0eff6935f4213fcf to your computer and use it in GitHub Desktop.
Jetson Nano switch from 5W to MAXN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Switch to 5W mode | |
| sudo /usr/sbin/nvpmodel -m 1 | |
| # Switch to MAXN mode | |
| sudo /usr/sbin/nvpmodel -m 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment