74e790c89f
AS7816 support AT or non-AT DUT. They use different pmbus i2c bus. So use "pre_pddf_init.sh" to check this case. Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw>
10 lines
394 B
Plaintext
10 lines
394 B
Plaintext
# Special arrangement to make PDDF mode default
|
|
# Disable monitor, monitor-fan, monitor-psu (not enabling them would imply they will be disabled by default)
|
|
# Enable pddf-platform-monitor
|
|
|
|
depmod -a
|
|
systemctl enable pddf-platform-init.service
|
|
systemctl start pddf-platform-init.service
|
|
systemctl enable as7816-pddf-platform-monitor.service
|
|
systemctl start as7816-pddf-platform-monitor.service
|