This happens on all our TX2 NX, only when doing inference. Our Jetson are in MAXN (0) mode.
After some search on the kernel source code and on this forum, this seem’s to be related to some thermal or electrical issue.
Our engineers have checked, but they haven’t seen anything exceeding the Jetson specifications about power supply or thermal configuration.
We are looking to understand these error codes and also to be sure that theses alarm won’t affect performances of our algorithm by throttling CPU or GPU speed.
We have already tryed that in our build but the warning is still here.
Of course we have tried with the official carrier board with different power supply with higher spec’s that recommanded (lab power supply 5V/10A for example) but this message still appears.
For information we have checked our 5V with oscilloscope and even tryed higher voltage 5,2V for example.
The main concern is, does that affect performance ?
this is due to it’s reaching the hardware spec, and it’s trying to protect hardware.
you should also check whether cpu/gpu freq drops after OC event happens.
anyways, the actual solution is using the powerestimator to create custom power mode.
Thanks.
Here is what i understand.
The MAXN mode is some kind of overclocking and should not be used in production. The caveat is that others mode loose performances.