ftsteutates.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Kernel driver ftsteutates
  2. =========================
  3. Supported chips:
  4. * FTS Teutates
  5. Prefix: 'ftsteutates'
  6. Addresses scanned: I2C 0x73 (7-Bit)
  7. Author: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com>
  8. Description
  9. -----------
  10. The BMC Teutates is the Eleventh generation of Superior System
  11. monitoring and thermal management solution. It is builds on the basic
  12. functionality of the BMC Theseus and contains several new features and
  13. enhancements. It can monitor up to 4 voltages, 16 temperatures and
  14. 8 fans. It also contains an integrated watchdog which is currently
  15. implemented in this driver.
  16. The ``pwmX_auto_channels_temp`` attributes show which temperature sensor
  17. is currently driving which fan channel. This value might dynamically change
  18. during runtime depending on the temperature sensor selected by
  19. the fan control circuit.
  20. The 4 voltages require a board-specific multiplier, since the BMC can
  21. only measure voltages up to 3.3V and thus relies on voltage dividers.
  22. Consult your motherboard manual for details.
  23. To clear a temperature or fan alarm, execute the following command with the
  24. correct path to the alarm file::
  25. echo 0 >XXXX_alarm
  26. Specifications of the chip can be found at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (username = "anonymous", no password required)
  27. under the following path:
  28. /Services/Software_Tools/Linux_SystemMonitoring_Watchdog_GPIO/BMC-Teutates_Specification_V1.21.pdf