Changes between Version 105 and Version 106 of gsc
- Timestamp:
- 04/18/2023 04:36:07 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsc
v105 v106 364 364 365 365 A 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 367 From the bootloader command prompt, the values can be printed with the 'gsc hwmon' command: 368 {{{ 369 Malibu>> gsc hwmon 370 temp : 33.4C 371 fan_tach: 9480RPM 372 vdd_5p0 : 4.998V 373 vdd_3p3 : 3.284V 374 vdd_2p5 : 2.496V 375 vdd_2p0 : 1.986V 376 vdd_1p8 : 1.790V 377 vdd_1p2 : 1.192V 378 vdd_ap : 0.868V 379 vdd_0p7 : 0.698V 380 vdd_1p0 : 1.032V 381 382 }}} 366 383 367 384 Example: (GW6404 with Ubuntu Focal and Linux 5.4 kernel):