TS-7600 Temp Sensor: Difference between revisions

From embeddedTS Manuals
No edit summary
No edit summary
 
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.