Using a Raspberry Pi 5 16GB I saw that sensors command give volt and temp info for RP1 chip (I guess it by the name of the sensor; rp1_adc-isa): I know that at least we can get two temp values using vcgencmd command; cpu and pmic:I wonder if it's also possible to get the RP1 temp value using some vcgencmd command.
Thanks and best regards.
Code:
# sensorspwmfan-isa-0000Adapter: ISA adapterfan1: 3054 RPMcpu_thermal-virtual-0Adapter: Virtual devicetemp1: +62.8°C rpi_volt-isa-0000Adapter: ISA adapterin0: N/A rp1_adc-isa-0000Adapter: ISA adapterin1: 2.03 V in2: 2.55 V in3: 1.36 V in4: 1.36 V temp1: +53.1°C
Code:
# vcgencmd measure_temptemp=58.2'C# vcgencmd measure_temp pmictemp=51.3'C
Thanks and best regards.
Statistics: Posted by fprietog — Thu Jan 16, 2025 10:24 pm — Replies 0 — Views 42