File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments