CPU Temp
in AML-S905X-CC
In the armbian distro, does anyone know how to get the CPU temp for this board? I've tried the common answers to this question like
cat /sys/class/thermal/thermal_zone*/temp
sudo vcgencmd measure_temp
I've also tried using lm-sensors
I'm starting to think it's not possible?
Comments
vcgencmd is for Raspberry Pi only. It will not work with any other board. For Armbian, please use the Armbian forum. Armbian uses the mainline kernel for S905X and it should work since temperature sensor is supported.
It's :
cat /sys/class/hwmon/hwmon0/temp1_input
Or you might try this : https://github.com/leeadama/htop/tree/lepotato