Check for reaching pre_op state in firm_update
This commit is contained in:
parent
25e36e44f3
commit
8aa894bc34
|
@ -63,6 +63,9 @@ void boottest(char *ifname, uint16 slave, char *filename)
|
||||||
{
|
{
|
||||||
printf("%d slaves found and configured.\n",ec_slavecount);
|
printf("%d slaves found and configured.\n",ec_slavecount);
|
||||||
|
|
||||||
|
/* wait for all slaves to reach PRE_OP state */
|
||||||
|
ec_statecheck(0, EC_STATE_PRE_OP, EC_TIMEOUTSTATE * 4);
|
||||||
|
|
||||||
printf("Request init state for slave %d\n", slave);
|
printf("Request init state for slave %d\n", slave);
|
||||||
ec_slave[slave].state = EC_STATE_INIT;
|
ec_slave[slave].state = EC_STATE_INIT;
|
||||||
ec_writestate(slave);
|
ec_writestate(slave);
|
||||||
|
|
Loading…
Reference in New Issue