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
shelldriver: make run wrapper injecting more reliable
Current fire and forget approach doesn't work reliably in all corner
cases for various reasons, like for example serial console bitflip or
lost byte issues due to RX fifo overruns. Those issues mostly happen
frequently during early boot process, where there is a lot of output
going on.
So let's make it more reliable by actually checking, if the run wrapper
was injected into the target system correctly.
Signed-off-by: Petr Štetiar <[email protected]>
0 commit comments