← Documents Documentation/hwmon/ftsteutates.rst GitHub 원문 ↗

Linux 6.18.37 · Hardware Monitoring

Kernel driver ftsteutates

FTS Teutates BMC의 대규모 sensor monitoring, watchdog, board scaling입니다.

Source pathDocumentation/hwmon/ftsteutates.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

ftsteutates.rst:1-42

동적으로 fan source를 바꾸는 Teutates BMC와 3.3V ADC의 board별 multiplier를 설명합니다.

문서 개요
항목
SourceDocumentation/hwmon/ftsteutates.rst
분량42 source lines
I2C0x73
Sensor4V·16T·8F

원문 분량과 핵심 범위입니다.

핵심 흐름
BMC 등록Sensor·watchdog 초기화Fan source 추적Alarm 해제

장치 동작의 기본 순서입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

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

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

FTS Teutates 지원 정보

1-16

이 드라이버는 FTS Teutates를 prefix `ftsteutates`로 지원하고 7-bit I2C 주소 `0x73`을 검색합니다. 저자는 Thilo Cestonaro입니다.

Teutates metadata
항목
ChipFTS Teutates
Prefixftsteutates
I2C 주소0x73, 7-bit
AuthorThilo Cestonaro

BMC hwmon 장치의 검색 정보입니다.

Teutates 등록
I2C 0x73 검색Teutates 식별Sensor channel 등록Watchdog 초기화

BMC를 찾고 monitoring·watchdog 기능을 초기화합니다.

Kernel driver ftsteutates
=========================

Supported chips:

  * FTS Teutates

    Prefix: 'ftsteutates'

    Addresses scanned: I2C 0x73 (7-Bit)

Author: Thilo Cestonaro <[email protected]>


Description
-----------

BMC monitoring과 board scaling

17-33

BMC Teutates는 Superior System monitoring·thermal management solution의 11세대입니다. BMC Theseus의 기본 기능 위에 새 기능과 개선을 추가했으며 최대 전압 4개, 온도 16개, fan 8개를 감시합니다. 통합 watchdog도 있고 현재 이 드라이버에 구현되어 있습니다.

`pwmX_auto_channels_temp` attribute는 현재 어느 temperature sensor가 어느 fan channel을 구동하는지 보여 줍니다. Fan control circuit이 선택하는 temperature sensor에 따라 이 값은 runtime 중 동적으로 바뀔 수 있습니다.

BMC는 최대 3.3V까지만 측정하고 voltage divider에 의존하므로 네 전압에는 board별 multiplier가 필요합니다. 자세한 값은 motherboard manual을 확인해야 합니다.

Teutates 기능
기능수량·동작주의
Voltage최대 4개Board별 multiplier 필요
Temperature최대 16개Fan source가 동적 변경
Fan최대 8개pwmX_auto_channels_temp
Watchdog통합Driver 구현됨
ADC range최대 3.3VVoltage divider 사용

대규모 sensor 채널과 board 의존 scaling입니다.

동적 fan source
Temperature sensor 측정Fan control circuit이 source 선택pwmX_auto_channels_temp 갱신해당 fan channel 제어

Control circuit 선택에 따라 attribute가 runtime에 바뀝니다.


The BMC Teutates is the Eleventh generation of Superior System
monitoring and thermal management solution. It is builds on the basic
functionality of the BMC Theseus and contains several new features and
enhancements. It can monitor up to 4 voltages, 16 temperatures and
8 fans. It also contains an integrated watchdog which is currently
implemented in this driver.

The ``pwmX_auto_channels_temp`` attributes show which temperature sensor
is currently driving which fan channel. This value might dynamically change
during runtime depending on the temperature sensor selected by
the fan control circuit.

The 4 voltages require a board-specific multiplier, since the BMC can
only measure voltages up to 3.3V and thus relies on voltage dividers.
Consult your motherboard manual for details.

Alarm 해제와 specification 경로

34-42

Temperature 또는 fan alarm을 지우려면 올바른 alarm 파일 경로를 사용해 `echo 0 >XXXX_alarm`을 실행합니다.

Chip specification은 anonymous username과 password 없이 접속하는 Kontron FTP Server의 `/Services/Software_Tools/Linux_SystemMonitoring_Watchdog_GPIO/BMC-Teutates_Specification_V1.21.pdf` 경로에서 찾을 수 있습니다.

Alarm·문서 접근
항목
Alarm clearecho 0 >XXXX_alarm
Serverhttp://ftp.kontron.com/
Usernameanonymous
Password없음
문서BMC-Teutates_Specification_V1.21.pdf

운영 명령과 specification 위치입니다.

Alarm 해제
발생한 temperature·fan alarm 확인정확한 XXXX_alarm 경로 선택0 쓰기Alarm 상태 재확인

올바른 sensor alarm attribute에 0을 씁니다.

To clear a temperature or fan alarm, execute the following command with the
correct path to the alarm file::

        echo 0 >XXXX_alarm

Specifications of the chip can be found at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (username = "anonymous", no password required)
under the following path:

  /Services/Software_Tools/Linux_SystemMonitoring_Watchdog_GPIO/BMC-Teutates_Specification_V1.21.pdf