Changes between Version 4 and Version 5 of venice/thermal


Ignore:
Timestamp:
02/07/2023 09:13:57 PM (21 months ago)
Author:
Tim Harvey
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • venice/thermal

    v4 v5  
    5555Board temperature is monitored via the [wiki:gsc Gateworks System Controller (GSC)] via a thermister located on the board.
    5656
    57 A Linux {{{hwmon}}} driver exists which supports reading and configuring the MAX6642 in Linux:
     57A Linux {{{hwmon}}} driver exists to provide access to this temperature:
    5858{{{#!bash
    5959~# DEV=$(for i in $(ls /sys/class/hwmon); do [ "gsc_hwmon" = $(cat /sys/class/hwmon/$i/name) ] && echo $i; done) # find GSC device