Open geerlingguy opened 3 months ago
According to SkatterBencher on Twitter:
The SOC can request >1.1V but the PMIC v_out will be limited to 1.1V "vcgencmd measure_volts arm" returns the SOC requested voltage "vcgencmd pmic_read_adc" VDD_CORE_V returns PMIC voltage out measure_volts can be anything you want, but VCC_CORE_V won't exceed 1.1V
The SOC can request >1.1V but the PMIC v_out will be limited to 1.1V
v_out
"vcgencmd measure_volts arm" returns the SOC requested voltage
"vcgencmd pmic_read_adc" VDD_CORE_V returns PMIC voltage out
VDD_CORE_V
measure_volts can be anything you want, but VCC_CORE_V won't exceed 1.1V
measure_volts
VCC_CORE_V
Because of this, it might be good to change how current_voltage is determined in stats.sh.
According to SkatterBencher on Twitter:
Because of this, it might be good to change how current_voltage is determined in stats.sh.