Changes between Version 4 and Version 5 of venice/thermal
- Timestamp:
- 02/07/2023 09:13:57 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/thermal
v4 v5 55 55 Board temperature is monitored via the [wiki:gsc Gateworks System Controller (GSC)] via a thermister located on the board. 56 56 57 A Linux {{{hwmon}}} driver exists which supports reading and configuring the MAX6642 in Linux:57 A Linux {{{hwmon}}} driver exists to provide access to this temperature: 58 58 {{{#!bash 59 59 ~# DEV=$(for i in $(ls /sys/class/hwmon); do [ "gsc_hwmon" = $(cat /sys/class/hwmon/$i/name) ] && echo $i; done) # find GSC device