Jan Remmet
Jan Remmet
> the read method will try to match everything but the marker, then it will match the marker (as opposed to matching the marker, reading "before" and then ShellDriver.console._expect.read(size=len(before))) I...
> Is this still relevant since we now have proper boot command support for the `UBootDriver`? Yes this is the equivalent default boot command for the BareboxDriver
@Bastian-Krause We want to do some Watchdog tests and rely on the bootloader driver to detect the reboot. We could do this in the test but we like the idea...
We also have trouble if we accidentally connect to a running bootloader. Before deprecation we run into a timeout in this case. (Our power switch has a manual "always on"...
> The decision to remove this support was to let drivers be deactivated and activated even if the bootloader is already running, which is necessary to support reusing the current...
@Emantor I added the flag to driver as discussed.
@Emantor gently ping