mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
While booting up, some devices send garbage over the serial connection. This can result in an unexpected EOF event within expect(1). A filter program may be specified with '--log-serial-filter' to circumvent this problem. Then, the output of the serial program is piped through the filter, which may sanitize the character stream. Fixes #1395.