Environment:
Module: Jetson AGX Orin Industrial
JetPack version: JetPack 6.2.1 (version may can be changed , if version matters i would like to get advices)
L4T version: L4T 36.4.4
Carrier board: Customm carrier board
Hello,
We are currently developing a project using a custom carrier board based on the NVIDIA Jetson AGX Orin Industrial Module.
For power validation, we are trying to utilize the Jetson power monitoring functionality described in the following documentation:
Based on our understanding, the power structure is approximately:
12V input
│
├─ 5V regulator
├─ 3.3V regulator
└─ 1.8V regulator
Our current monitoring plan is:
-
12V rail: monitor via
VDD_GPU_SOC -
5V rail: monitor via
VIN_SYS_5V0
However, we have the following questions.
1. 3.3V monitoring
Is there any software-accessible sensor to monitor the 3.3V rail through the Jetson hwmon interface?
If not, is it recommended to add an external power monitoring IC (via I2C) on the carrier board for this purpose?
2. 1.8V measurement issue
We attempted to monitor VDDQ_VDD2_1V8AO using the following method:
sudo grep -R "VDDQ_VDD2_1V8AO" /sys/class/hwmon/hwmon*/in*label
-> /sys/class/hwmon/hwmon4/in2_label:VDDQ_VDD2_1V8AO
sudo cat /sys/class/hwmon/hwmon4/in2_input
-> 5016
The returned value corresponds to approximately 5V, while the rail name suggests 1.8V.
Could you please clarify why this value appears to be ~5V instead of 1.8V?
Is there any scaling or interpretation required for this reading?
Any guidance on the correct way to monitor 3.3V and 1.8V rails during power validation would be greatly appreciated.
Thank you.
