6037707abc
* Add boot0 definition for Arista 7060PX4-32 and 7060DX4-32 * Add port configuration for Arista 7060PX4-32 * Add plugins for Arista 7060PX4-32 * Add platform_reboot for Arista 7060PX4-32 * Add Arista 7060DX4-32 as symlink of 7060PX4-32 * Add sensors configuration and fancontrol for Arista 7060PX4-32 * Update arista-driver submodules for barefoot/broadcom * Add platform_reboot script for Alhambra * Rook fancontrol CPLD rename
9 lines
210 B
Python
9 lines
210 B
Python
#!/usr/bin/env python
|
|
|
|
try:
|
|
import arista.utils.sonic_eeprom as arista_eeprom
|
|
except ImportError as e:
|
|
raise ImportError("%s - required module not found" % e)
|
|
|
|
board = arista_eeprom.getTlvInfoDecoder()
|