Created
December 11, 2023 05:29
-
-
Save eightseventhreethree/5f3d4356d2e66522984db4bd9c277add to your computer and use it in GitHub Desktop.
StarFive VisionFive 2 CPU Temps
This file contains 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
#!/usr/bin/env bash | |
echo -e "StarFive CPU Temp -> $(echo "scale=2;$(cat /sys/class/hwmon/hwmon0/temp1_input)/1000" | bc)C\u00b0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source on desired temps: