Hi .
We use Xavier NX to run our application ,but show error message in our system . Can you help what happen it?
You could refer to the following topic and it seems the application you run on your board has exceed the power budget.
Jetson Xavier NX - soctherm: OC ALARM 0x00000001 - Jetson & Embedded Systems / Jetson Xavier NX - NVIDIA Developer Forums
Could you also share the result of the following command?
$ sudo su
# grep "" /sys/class/hwmon/hwmon*/oc*
You could also try to use 20W power mode to check if the issue still exists.
KevinFFF.
You could also try to use 20W power mode to check if the issue still exists.-->our system can't run 20W because too hot for us system..So we had run 15W 6Core in our system and find error message .
Could you also share the result of the following command?–>see attach file
Are you using the devkit or custom board for Xavier NX?
What’s your Jetpack version in use.
What kind of application you are running on your system and causing high loading?
Do you have fan on your board to cool it down?
You could just run the following command to show every OC counts…
# grep "" /sys/class/hwmon/hwmon*/oc*
It seems been triggered from OC1 event.
KevinFFF.
Are you using the devkit or custom board for Xavier NX?
–>We use carried board for Xavier NX.
What’s your Jetpack version in use.
–>Use JP 4.6
What kind of application you are running on your system and causing high loading?
–>use Issac Sight application .
Do you have fan on your board to cool it down?
–>our system use no fan and temp result (see attach file)
You could just run the following command to show every OC counts…
–>please see attach file
Okay, your printed message seems caused from OC1 event (instant current over limit).
You may try to configure nvpmodel conf to limit some CPU/GPU usages to prevent it achieve the OC limit.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.