Is there a way to measure the temperature of the Rock Pi S?
I’ve tried lm-sensors and watch tools in Debian, but it says it can’t find any sensors.
How to check the temperature?
Hello haste,
Use command sudo cat /sys/class/thermal/thermal_zone0/temp
can get a value that third power of 10 multiply CPU temperature(Centigrade).
2 Likes