Skip to content

Commit

Permalink
UBootAutobootIntercept: Set _ignore_blacklist=True to allow all keys …
Browse files Browse the repository at this point in the history
…for autoboot interrupt
  • Loading branch information
jneuhauser authored and Rahix committed Nov 5, 2021
1 parent 95659df commit ff5219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/machine/board/uboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _init_machine(self) -> typing.Iterator:
raise TimeoutError(
"U-Boot autoboot prompt did not show up in time"
) from None
self.ch.send(self.autoboot_keys)
self.ch.send(self.autoboot_keys, _ignore_blacklist=True)

yield None

Expand Down

0 comments on commit ff5219f

Please sign in to comment.