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
 
(One intermediate revision by the same user not shown)
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
Line 5: Line 5:
</source>
</source>


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|Battery Backed RTC and Temperature Sensor]] section for more information.
These commands will return the temperature of the RTC or internal CPU die temperature.  Note that the --rtcinfo option will also return other information, See the [[#Battery Backed RTC and Temperature Sensor|Battery Backed RTC and Temperature Sensor]] section for more information.

Latest revision as of 11:41, 4 May 2015

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

tshwctl --rtcinfo
tshwctl --cputemp

These commands will return the temperature of the RTC or internal CPU die temperature. Note that the --rtcinfo option will also return other information, See the Battery Backed RTC and Temperature Sensor section for more information.