diff options
| author | Mattijs Korpershoek <[email protected]> | 2026-06-15 14:29:28 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-06-21 10:56:37 +0200 |
| commit | ad90d1ec8b43aa3d7ec5790db5c5740472e47c96 (patch) | |
| tree | 8615e41f166b56427a935f499266c425867a0b27 /doc | |
| parent | 60ff3d950996c2ea0bb744fd9c922a96abc65774 (diff) | |
doc: android: fastboot: Document halt behaviour
It's possible to interrupt the fastboot command from the U-Boot shell
using the Ctrl-c keybinding.
Document this.
Signed-off-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Sam Day <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/android/fastboot.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst index 19e2ee9d407..818b8815ebd 100644 --- a/doc/android/fastboot.rst +++ b/doc/android/fastboot.rst @@ -212,6 +212,11 @@ or initiate a reboot:: and once the client comes back, the board should reset. +It's possible to interrupt the fastboot command using Ctrl-c:: + + => fastboot usb 0 + Operation aborted. + You can also specify a kernel image to boot. You have to either specify the an image in Android format *or* pass a binary kernel and let the fastboot client wrap the Android suite around it. On OMAP for instance you |
