I read on Jetson Orin Nano Series, Jetson Orin NX Series and Jetson AGX Orin Series — NVIDIA Jetson Linux Developer Guide 1 documentation that the default 2A current limit of the NX boards can be manually written with command
sudo echo <current> > /sys/bus/i2c/drivers/ina3221/1-0040/hwmon/hwmon<x>/curr1_max
sudo echo <current> > /sys/bus/i2c/drivers/ina3221/1-0040/hwmon/hwmon<x>/curr1_crit
I can execute the above command without returning errors, and the changed curr1_max value is also reflected in jtop. However, the hardware is still capped to 2A despite the value being changed. What else should one do to raise the current limit of the Orin NX 8/16GB boards?
At the moment, both the 8GB and 16GB boards are capped at12V2A. The custom carrier board supports supplying 12V6A continuously. I am using stress and gpu-burn for synthetic loads. I tried to change both curr1_max and curr1_crit to values between 2500 and 10000 with no success. The tests were conducted using MAXN_SUPER nvpmodel configuration. I tried exporting a maxed out nvpmodel config using PowerEstimator but that didn’t help with the issue.
Additionally, I would appreciate some clarification on the actual achievable power under MAXN_SUPER, v.s. the datasheet stated TDP, for the NX 8GB/16GB boards.
Is it that no software configuration would allow these boards to go beyond the datasheet TDP, not even MAXN profiles? I am discussing in terms of sustained loads ( T > 5mins ).