Hello,
I wanted to know if there is a way to enable software to measure the Xavier NX power consumption as it provided for the Xavier AGX which desribed in the document Jetson AGX Xavier Thermal Desig Guide, section 5.3 power measurement software usage?
I tried to find in the document Jetson_NX_Xavier_Thermal_Design_Guide which I downloaded from the NVIDIA download center, but I couldn’t find any section which provide these information.
I tried to find the directory /sys/bus/i2c/drivers/ina3221x, or any file with name such as 'in_power(0\1\2)_input, but I couldn’t find any thing.
Thanks,
The tool seems to be very usfeul for early estimation how much power will be consumed and base on it guide you how your platform shall be configured and how to design your product.
But, stil it is an estimation.
What is the right way to measure by SW the actual consumed power:
Is it true that I shall runtime summerize the VDD_IN, VDD_CPU_GPU_CV and VDD_SOC values displayed by the Power monitor tool:
Thank you for your clarification,
I wondering if it is OK that somtimes when my application is running the total sum of the three rails is greater than 20W while the selected nvpmodel mode is 20W 6cores.
I have these questions:
How it is possible that the W level can be greater than what is detailed regarding to a specific selected nvpmodel mode?
What is the meaning and what can be the impact on the board when the W is greater than the maximum that shall be?
Are there any control steps that my application can do durng tuntime in order to return the current W level to be no more than the maximum?