01-15-2020, 10:52 PM
(01-14-2020, 02:52 AM)Luke Wrote: That really is interesting. How, exactly, do you measure the temp of the SOC?
On my (Linux) image, temperatures are available from
Code:
cat /sys/class/thermal/thermal_zone*/temp
...and dividing by 1000. The various zones are the CPU, GPU, and battery.
My system idles as 38C, with the battery at 19C.