Good morning
We are running Orin NX from NVMe SSD with L4T 35.2.1 / JP 5.1
When using jtop
, we see VDD_IN inst power consumption as 156W and avg as 156W.
Reading the voltage from cat /sys/bus/i2c/drivers/ina3221/1-0040/hwmon/hwmon4/in1_input
, I see ~4800mV which is correct, but when I view cat /sys/bus/i2c/drivers/ina3221/1-0040/hwmon/hwmon4/curr1_input
, I see a value of 32760 static and it does not change. This is 10x higher value than expected and explains why jtop was showing 156W of power consumption.
Output of sudo dmeg -wH
(logs spammed with repeating values shown below):
[ +0.962186] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005560] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005430] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.006150] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005400] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.005282] cpufreq: cpu4,cur:257000,set:1984000,set ndiv:155
[ +0.005224] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.005280] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.962616] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005860] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005605] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005174] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005366] cpufreq: cpu4,cur:248000,set:1984000,set ndiv:155
[ +0.005226] cpufreq: cpu4,cur:245000,set:1984000,set ndiv:155
[ +0.005241] cpufreq: cpu4,cur:247000,set:1984000,set ndiv:155
[ +0.005422] cpufreq: cpu4,cur:247000,set:1984000,set ndiv:155
[ +0.962737] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005926] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.006146] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005342] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005345] cpufreq: cpu4,cur:256000,set:1984000,set ndiv:155
[ +0.005118] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.005279] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.005247] cpufreq: cpu4,cur:247000,set:1984000,set ndiv:155
[ +0.962290] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.006547] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005489] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005726] cpufreq: cpu0,cur:246000,set:1984000,set ndiv:155
[ +0.005747] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
[ +0.005312] cpufreq: cpu4,cur:244000,set:1984000,set ndiv:155
[ +0.005230] cpufreq: cpu4,cur:245000,set:1984000,set ndiv:155
[ +0.005184] cpufreq: cpu4,cur:246000,set:1984000,set ndiv:155
All Orin NX at our production facility are flashed with the same pinmux and cloned with the same SSDs, but this is the first time we saw an instance of this issue out of hundreds of modules flashed.
What can be done to fix this?