Hello,
I’m currently working with both the Jetson AGX Orin Developer Kit (64GB Commercial module + Carrier Board) and a separate 64GB Industrial module.
When using the Developer Kit in 30W mode without a fan, the idle temperature stayed around 50°C. I recently tried running the Industrial 64GB module on the same DevKit Carrier Board in 35W mode, also without a fan, and noticed that the idle temperature hovers around 61°C.
I expected similar thermal behavior since I’ve attached a heatsink to the Industrial module, and I wasn’t using a fan in either case. However, The Industrial module seems to run at a higher temperature.
Is this kind of temperature difference expected for the Industrial module? Any suggestions on how to bring the idle temperature of the Industrial module closer to the Developer Kit’s?
AGX Orin Industrial 64GB module + DevKit Carrier Board
$ sudo nvpmodel -q
NV Power Mode: 35W
2
$ cat /sys/class/thermal/thermal_zone8/temp
61562
AGX Orin 64GB Developer Kit
$ sudo nvpmodel -q
NV Power Mode: MODE_30W
2
$ cat /sys/class/thermal/thermal_zone8/temp
50250
Thanks.