You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the target reboots, e.g. through a hardware watchdog timeout, a power cycle, or by issuing a reboot command on the shell, the ShellDriver’s internal state becomes outdated, and the ShellDriver needs to be deactivated and re-activated.
because SSH is not available when DUT is in fastboot mode.
My question is: would it be feasible to bind target driver re-activation to a change in state? Meaning, target would re-activate a driver once strategy.transition("shell") is detected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Documentation states:
My workaround for this is:
Activating fastboot requires a DUT reset, so I can't use a simple:
because SSH is not available when DUT is in fastboot mode.
My question is: would it be feasible to bind target driver re-activation to a change in state? Meaning, target would re-activate a driver once
strategy.transition("shell")
is detected.Beta Was this translation helpful? Give feedback.
All reactions