I have a orin nano dev kit board(8G), just flash the default Jetpack 5.1.1. When power on the system(utuntu 20.04 desktop), I can see the idle power data is below.
CPU GPU 360mW
SOC 1.5W
VDD_IN 4.7W
The CPU and GPU only take about 360mW, SOC is 1.5W. Why does VDD_IN take so much power 4.7W? Is there any ways for me to reduce the idle power?
The module’s step-down voltage converters are less efficient at low power. Peak efficiency is at about 80% load.
Jetson is not specifically designed for super low power. If the idle power is a problem you may need to implement power-on/power-off mechanisms on your custom baseboard.