diff options
| author | Tom Rini <[email protected]> | 2026-06-22 16:42:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-22 16:42:41 -0600 |
| commit | 9f16b258e5632d74fa4a1c2c93bea4474e05234b (patch) | |
| tree | d7c5baa0d3c6027e9e43b16030e4e0ecd43b9d77 /doc/android | |
| parent | 298d44464dc63a4f3f5489150acd7958f359f9bd (diff) | |
| parent | f072620dc9ffda00b010783da27c41231c3a439b (diff) | |
Merge tag 'v2026.07-rc5' into next
Prepare v2026.07-rc5
Diffstat (limited to 'doc/android')
| -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 |
