TS-7600 Temp Sensor: Difference between revisions

From embeddedTS Manuals
(Created page with "This macrocontroller includes temperature sensors located on the CPU and RTC. Both of these can be read using tshwctl: <source lang=bash> tshwctl --rtcinfo tshwctl --cputemp ...")
 
No edit summary
Line 1: Line 1:
This macrocontroller includes temperature sensors located on the CPU and RTC.  Both of these can be read using tshwctl:
This SBC includes temperature sensors located on the CPU and RTC.  Both of these can be read using tshwctl:
<source lang=bash>
<source lang=bash>
tshwctl --rtcinfo
tshwctl --rtcinfo

Revision as of 19:06, 6 February 2014

This SBC includes temperature sensors located on the CPU and RTC. Both of these can be read using tshwctl:

tshwctl --rtcinfo
tshwctl --cputemp

Both of these will return the temperature in millicelsius. Note that the --rtcinfo option will also return other information, See the Battery Backed RTC and Temperature Sensor section for more information.