From c13098d1de6dc2cf2c3b4cef0bdf199fcb4a7b1d Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Thu, 20 Mar 2025 11:31:03 +0100 Subject: [PATCH] doc/configuration: recommend CTRL-d as BareboxDriver interrupt Since barebox v2025.03.0, CTRL-d is the recommended way to interrupt barebox autoboot for testing [1]. [1] https://git.pengutronix.de/cgit/barebox/commit/?id=ae482477b60e1e308327658a899358746ff2f5b Signed-off-by: Bastian Krause --- doc/configuration.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index c293ba6c9..a956386fd 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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 `_ + ("\\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