I have installed the OS onto an SSD following parts of both these tutorials:
- Jetson Orin Nano Tutorial: SSD Install, Boot, and JetPack Setup - Full Guide!
- HEADLESS SETUP - Jetson Nano
I know both of these are for other devices but they work for the Jetson Orin Nano Super.
Running jtop confirms that it is aware that it is the p3767-0005 NVIDIA Jetson Orin Nano Developer Kit
I am accessing the device headless over ssh, so I can’t see BIOS options or change the power mode through the desktop. I tried to set the Power Mode to MAXN, but nvpmodel -m 2
responds with NVPM ERROR: request for bad power mode 2
.
When I checked /etc/nvpmodel.conf
, it didn’t show the MAXN power mode. I have attached my current nvpmode.conf
(as nvpmode.conf.txt
) to this post. I’ve also deleted the file and rebooted, but the option doesn’t show up.
nvpmodel.conf.txt (4.8 KB)
I also read in a few places that you need to install it via the SDK Manager, but I don’t want to reinstall the Jetson Orin Nano from scratch.
I found what the nvpmode.conf
should have on this page and I can manually add a power mode but I don’t know if that is the best solution.
After looking at this forum post, the response from nvpmodel -q --verbose
is
nvpmodelverboselogs.txt (2.2 KB)
What should I do next? I appreciate any suggestions.