Skip to content

Commit 01628dc

Browse files
authored
Merge pull request #1637 from Bastian-Krause/bst/doc-barebox-interrupt
doc/configuration: recommend CTRL-d as BareboxDriver interrupt
2 parents 2ce9e24 + c13098d commit 01628dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/configuration.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,10 @@ Implements:
18691869
Arguments:
18701870
- prompt (regex, default=""): barebox prompt to match
18711871
- autoboot (regex, default="stop autoboot"): autoboot message to match
1872-
- interrupt (str, default="\\n"): string to interrupt autoboot (use "\\x03" for CTRL-C)
1872+
- interrupt (str, default="\\n"): string to interrupt autoboot (use "\\x03" for CTRL-c),
1873+
`CTRL-d <https://git.pengutronix.de/cgit/barebox/commit/?id=ae482477b60e1e308327658a899358746ff2f5b>`_
1874+
("\\x04") is recommended to ensure barebox behaves as closely as possible to uninterrupted
1875+
boots (for barebox >=v2025.03.0).
18731876
- bootstring (regex, default="Linux version \\d"): regex that indicating that the Linux Kernel is
18741877
booting
18751878
- password (str): optional, password to use for access to the shell

0 commit comments

Comments
 (0)