changed initial watchout timeout to 30s
diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index ba0a321..286c9cf 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -107,7 +107,7 @@
'name' : 'HostWatchdog_0',
'properties' : {
'org.openbmc.Watchdog' : {
- 'poll_interval': 3000,
+ 'poll_interval': 30000,
}
}
}
@@ -152,13 +152,13 @@
'heartbeat' : 'no',
'instances' : [ { 'name' : 'Dummy' } ]
}
-SYSTEM_CONFIG['org.openbmc.flash.Bios'] = {
+SYSTEM_CONFIG['org.openbmc.control.Flash'] = {
'system_state' : 'BMC_STARTING',
'start_process' : True,
'monitor_process' : True,
'process_name' : 'flash_bios.exe',
'heartbeat' : 'no',
- 'instances' : [ { 'name' : 'Bios_0' } ]
+ 'instances' : [ { 'name' : 'dummy' } ]
}
SYSTEM_CONFIG['org.openbmc.manager.Download'] = {