Changes between Version 105 and Version 106 of gsc


Ignore:
Timestamp:
04/18/2023 04:36:07 PM (12 months ago)
Author:
Ryan Erbstoesser
Comment:

add bootloader section

Legend:

Unmodified
Added
Removed
Modified
  • gsc

    v105 v106  
    364364
    365365A Linux 'Hardware Monitor' ({{{hwmon}}}) driver is available  which provides simple standard access to the above temperature/voltage registers via sysfs. The arguments have been given labels which define the source. The user can “cat” the label to determine the source. The hwmon will be found in /sys/class/hwmon/hwmonx where x is a number. Check all hwmonx directories, starting with x=0 and then x=1 until identifying the correct hwmon where the values are contained.
     366
     367From the bootloader command prompt, the values can be printed with the 'gsc hwmon' command:
     368{{{
     369Malibu>> gsc hwmon
     370temp    : 33.4C
     371fan_tach: 9480RPM
     372vdd_5p0 : 4.998V
     373vdd_3p3 : 3.284V
     374vdd_2p5 : 2.496V
     375vdd_2p0 : 1.986V
     376vdd_1p8 : 1.790V
     377vdd_1p2 : 1.192V
     378vdd_ap  : 0.868V
     379vdd_0p7 : 0.698V
     380vdd_1p0 : 1.032V
     381
     382}}}
    366383
    367384Example: (GW6404 with Ubuntu Focal and Linux 5.4 kernel):