summaryrefslogtreecommitdiff
path: root/doc/android/fastboot.rst
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-06-21 09:27:12 -0600
committerTom Rini <[email protected]>2026-06-21 09:27:12 -0600
commitd57ea0d9edf5e5babffd280f7352f23a33a00948 (patch)
tree8615e41f166b56427a935f499266c425867a0b27 /doc/android/fastboot.rst
parent922cf29dd8045f7348ce0f20145f46e8235faf21 (diff)
parentad90d1ec8b43aa3d7ec5790db5c5740472e47c96 (diff)
Merge tag 'efi-2026-07-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-07-rc6 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/30505 Documentation: * bootdev: fix typos * board: renesas: Document Renesas RZ/N1D and RZ/N1S as arm * board: renesas: Document Renesas Geist board support * board: renesas: Document Renesas Gray Hawk board support * board: renesas: Document Renesas Ironhide board support * android: fastboot: Document halt behaviour UEFI: * fix memory leak in efi_var_collect() * set revision field in block IO protocol * fix guid comparison in efi_selftest_loaded_image.c * fix use-after-free in efi_selftest_memory.c
Diffstat (limited to 'doc/android/fastboot.rst')
-rw-r--r--doc/android/fastboot.rst5
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