Hello, we are currently using the NVIDIA Agx Jetson Orin 32G module with a power mode of MAXN. We have been running a program for testing and found that the CPU frequency is stable at 1728MHz, The GPU frequency is stable at 612MHz, especially when the program GPU usage is basically 100%, the frequency is still 612MHz. Through temperature detection, it was found that it is not a high temperature frequency reduction. What is the possibility?
We are using the Jetson Agx Orin core module, the carrier board is designed by ourselves, and the software is based on the Bevdet model application. We apologize for the inconvenience of providing it
Hi Kevin
I’m @liuyayun1991 ‘s colleague.let me add some about the phenomenon that we have found.
First, we see that Orin’s CPU and GPU clock speeds in MAXN power mode are smaller than the nominal values, so we use ‘jetson_clock – show’ to check and confirm that there is indeed a CPU/GPU clock mismatch. We also see that there is no print power mode parameter at the bottom of the print message.
2.Then we checked the other power consumption modes and found that the main frequency at this time was the same as the 30W mode, but the power consumption mode displayed in the upper right corner of the screen was still MAXN mode.
3.In our follow-up attempts, we can’t reproduce the above phenomenon, but we found another phenomenon, when switching from MAXN to 50W mode, it usually prompts that it needs to be restarted, when we select OK, the device will not restart, at this time, the main frequency has been switched to 50W mode, but through jtop and the display in the upper left corner of the screen are still the original MAXN mode, which causes the actual performance to not match the displayed power mode. Do you know this question? Is there any way to fix it?