The issue is that the power modes limit the global power usage and give the upper bound for the total power usage of the board, but what about the maximum power usage for the gpu and cpu?
Otherwise I can try to stress the cpu/gpu in each power mode and see the upper bounds, but it would be great to have it documented.
So under MAXN for JAO 32gb, the maximum power delivery for the whole board is 40W? There isn’t a way to know the maximum for VDD_GPU_SOC and VDD_CPU_CV?
I have a 32GB JAO and it has a 50W mode instead of a 40W one by default. So it has 15W, 30W, 50W and MAXN.
These are some empirical results I took by executing gpu/cpu stress tests (independently, not stressing cpu and gpu at the same time):
stress test gpu:
MAXN MODE (mode 0):
GPU: 40.4 W
CPU: 15.2 W
50W MODE: mode 3
GPU: 18.4 W
CPU: 6.0 W
30W MODE (it disables 4 cpu cores): mode 2
GPU: 7.6W
CPU: 5.6W
15W MODE (it disables 8 cpu cores): mode 1
GPU: 5.2W
CPU: 1.6W
I guess there’s no way to know the maximum, as the system can give more/less power depending of external variables, i.e temperature, current load etc…?
To answer my question, I guess there isn’t a way to get the maximum bounds for cpu and gpu power usage, as they depend on external conditions. Some measured maximum could be exceeded depending on the implementation as well as other details (current load, temperature and who knows what else).
In curr4_crit I have this limit: 3240mA which seems to be the current limit for Channel 4: SUMMATION ?
and voltage is 20V
The question here is based on the docs you provided, instantaneous power limit seems to be 45W for 32gb, but then, curr4_limit tells me it’s 65w (3240mA * 20V)?
Also, if channel 4 limit was 45w, which is the sum of VDD_GPU_SOC and VDD_CPU_CV, why the sum gives me 52W?
[ maybe there’s some explanation for the 81.9A number:
INA3221 ic provides an analog-digital-converter resolution of 13bit depth for an absolute 163.8mV (=0.1638V) on a step width of ~40µV for 1 step for the 2^13 steps (8192).
It seems the 8192 steps are for bidirectional measurements for the voltage drop on the shunt through currents, therefore ~40µV*4096=0.16384V and one (all?) shunts having a value of 0x7d0 micro-ohms (shunt-resistor-micro-ohms = <0x7d0>; 2000µΩ=0.002Ω), therefore the possible top current is defined to I=0.1638V/0.002Ω what’s about 81.92A. ]
That makes sense, at least for the curr1_critical, thank you very much.
Now I am wondering what’s up with the curr4_critical is showing me 3240mA which means that the power limit is 65W for the 32gb version, are some dev kits configured differently? or is my dev kit badly configured?
I will assume the limit is 65W for the MAXN profile, since it’s actually going beyond the 45W specified by the docs.
Also the power profiles of the board are the same as the 64GB version.
[ for the 3240mA (=3.24A*20V =~64.8W, before conversion towards cpu/gpu(/peripherals) rails(?) ):
There might be a different shunt (if so, possibly 0.05Ω and 1/25 of critical current of curr1-curr3 values). One can read these values (and set a limit (with ‘yes_I_know_what_I’m_doing’ foresight and care) for the instantaneous|average (over-)current limit).
Maybe You can provide the original .dtb file from the boot folder Your board is started with? (thx)
(btw. maybe it’s about Your release version, that’s Jetson Linux 35.3.1?) ]
Looking for the DVFS table for cpu/gpu with supply voltage to cores and enabled clock speed, ‘NVIDIA Jetson Orin Nano - Set Values Manually’ might be helpful.
Maybe You can provide output for the DVFS configuration with cat /sys/kernel/debug/*_dvfs/dvfs_table and cat /sys/kernel/debug/*_dvfs/rails?
About ‘Interface Power’ there’s a section ‘Chapter 5:’ in
‘Jetson Orin Nano Developer Kit Carrier Board
Specification’ (pages 31-33),
(this is a temporary link only, it’s easier searching the title within a web search engine (above link is to Bing)). (thx) ]
Okay, looking at the board s/n and the box s/n i could see it’s the 32gb version, so that’s confirmed.
So that’s solved, the next question is why gpu clocks, power modes, vdd_cpu_gpu_soc exceed the ones of the 32gb? Instantaneous power shouldn’t be more than 45W, but i’ve seen it go to 52W (even exceeding it)
[ Confirming the firmware that is loaded/utilized with booting is the suitable one for the 32GB version (and not 64GB version, if that’s a difficulty, Your dts file naming shows a different ID ‘p3701-0000’ compared to the model number on Your second photo(?), but maybe it’s only part of an ID number )?
(Its probably not a definition variation between numbers for TDP and ‘Maximum Module Power’?)
Maybe You can utilize an external power meter from wall power supply for verifying the measured results?
(btw. the previous last link is updated, but might be a temporary link)
(Another influence to power consumption might be within the relation of the voltage level for a cpu/gpu clock speed, that could differ with various firmwares, but me not being sure about that.
Maybe You can find a dvfs_table or rails (for DVFS, what’s more detailed, compared to the cpu’s scaling_available_frequencies) within /sys folder, that might be helpful for comparison between different Kernels or firmwares. (thx) ]