Created
March 28, 2017 18:35
-
-
Save gramian/76a1806cdf76ce62a3f18147d31bc84d to your computer and use it in GitHub Desktop.
Read CPU temperature of Nanopi Neo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo $((`cat /sys/class/thermal/thermal_zone0/temp` / 1000)) |
NanoPi neo2 /sys/class/thermal/thermal_zone0/temp
That's everything I found.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://forum.armbian.com/topic/9657-get-cpu-temp/#comment-72575
HOWTO read CPU/GPU temperature of NnaoPi R4S