cpuTemp_pi Apr 8th, 2021 7:15 pm Ref https://github.com/raspberrypi/userland Ref https://www.raspberrypi.org/forums/viewtopic.php?t=121125 1 2 3 4 5 6 git clone https://github.com/raspberrypi/userland cd userland ./buildme echo $((`cat /sys/class/thermal/thermal_zone0/temp`/1000))°C