Skip to content

doc/configuration: recommend CTRL-d as BareboxDriver interrupt #1637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,10 @@ Implements:
Arguments:
- prompt (regex, default=""): barebox prompt to match
- autoboot (regex, default="stop autoboot"): autoboot message to match
- interrupt (str, default="\\n"): string to interrupt autoboot (use "\\x03" for CTRL-C)
- interrupt (str, default="\\n"): string to interrupt autoboot (use "\\x03" for CTRL-c),
`CTRL-d <https://git.pengutronix.de/cgit/barebox/commit/?id=ae482477b60e1e308327658a899358746ff2f5b>`_
("\\x04") is recommended to ensure barebox behaves as closely as possible to uninterrupted
boots (for barebox >=v2025.03.0).
- bootstring (regex, default="Linux version \\d"): regex that indicating that the Linux Kernel is
booting
- password (str): optional, password to use for access to the shell
Expand Down