989b60059b
* Update arista drivers submodule * Ignore the possible timestamp warning in tar extraction * Add verbosity toggle to boot0 Console logging is slow because of the 9600 baud rate. Some time can be saved by decreasing the console verbosity. * Add hook mechanism in boot0. Support additional features in boot0 via hooks. Hooks are unpacked and executed at post-install or pre-exec time. * Fix 7170 sensors.conf file Fix critical temperature settings for MAX6658 sensors * Fix the random swap of storage devices For arista 7050 switches running with linux 4.9, it is likely the device name of flash drive (/dev/sda) and usb (/dev/sdb) randomly swap in kernel booting, depending on which one is ready first. It breaks the expectation that flash will be mounted as root by setting root=/dev/sda1. This patch will correct ROOT to flash device refering to the path under block_flash. * Fix 7170 fancontrol * Do not remove aquota.user file in boot0 This file is a filesystem protected file used by EOS. It can be simply removed and will make the SONiC installation failed if not skipped.
60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
# libsensors configuration file for DCS-7260CX3-64
|
|
# ------------------------------------------------
|
|
|
|
bus "i2c-6" "SCD 0000:06:00.0 SMBus master 0 bus 5"
|
|
bus "i2c-7" "SCD 0000:06:00.0 SMBus master 0 bus 6"
|
|
bus "i2c-8" "SCD 0000:06:00.0 SMBus master 0 bus 7"
|
|
bus "i2c-81" "SCD 0000:ff:0b.3 SMBus master 0 bus 0"
|
|
bus "i2c-93" "SCD 0000:ff:0b.3 SMBus master 3 bus 0"
|
|
bus "i2c-96" "SCD 0000:ff:0b.3 SMBus master 3 bus 3"
|
|
|
|
chip "max6658-i2c-8-4c"
|
|
label temp1 "Temp sensor near ASIC"
|
|
|
|
set temp1_max 100
|
|
set temp1_crit 110
|
|
set temp1_min -55
|
|
|
|
set temp2_max 100
|
|
set temp2_crit 110
|
|
set temp2_min -55
|
|
ignore temp2
|
|
|
|
chip "dps1900-i2c-6-58"
|
|
label temp1 "PSU1 primary hotspot temp"
|
|
label temp2 "PSU1 inlet temp"
|
|
label temp3 "PSU1 exhaust temp"
|
|
|
|
# setting maximum and critical thresholds is not supported for this psu
|
|
# fault and warning limits defined internally by hardware
|
|
|
|
ignore fan2
|
|
ignore fan3
|
|
|
|
chip "dps1900-i2c-7-58"
|
|
label temp1 "PSU2 primary hotspot temp"
|
|
label temp2 "PSU2 inlet temp"
|
|
label temp3 "PSU2 exhaust temp"
|
|
|
|
# setting maximum and critical thresholds is not supported for this psu
|
|
# fault and warning limits defined internally by hardware
|
|
|
|
ignore fan2
|
|
ignore fan3
|
|
|
|
chip "max6658-i2c-81-4c"
|
|
label temp1 "Rear air temp1"
|
|
label temp2 "Rear air temp2"
|
|
|
|
set temp1_max 70
|
|
set temp1_crit 80
|
|
set temp1_min -55
|
|
set temp2_max 70
|
|
set temp2_crit 80
|
|
set temp2_min -55
|
|
|
|
chip "lm73-i2c-96-48"
|
|
label temp1 "Front air temp"
|
|
|
|
set temp1_max 65
|