Devkit has been modified: R213 (10k) was polulated in order to enable 19V power supply to the Orin NX module. By default R213 is not populated, and the Devkit always supplies 5V to the module, ignoring the MODULE_ID line.
Problem:
System runs fine in 25W mode.
System displays error message “System throttled due to Over-current.” in MAXN mode when PyTouch application is running.
I also ran into the same issue. For now I have underclocked the CPU a bit since PyTorch is GPU heavy. It’s not a proper fix but gets the job done without the annoying warning.
Yes, OC is triggered 313 times in your case.
It means “instant” power so that it might be not recorded in tegrastats due to slow sampling rate.
What’s your current power mode in use?
MAX-N mode is not a suggested power mode to be used.
You could try to create a custom power mode according the power usage of your application.
(e.g. if your application doesn’t have much CPU load, you could limit it to lower frequency).
After that, your OC3 issue might get fixed.