diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/android/fastboot.rst | 5 | ||||
| -rw-r--r-- | doc/board/renesas/renesas.rst | 28 |
2 files changed, 31 insertions, 2 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 diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst index fedfeed42e3..fcfd51aa19c 100644 --- a/doc/board/renesas/renesas.rst +++ b/doc/board/renesas/renesas.rst @@ -121,6 +121,12 @@ Renesas is a SoC solutions provider for automotive and industrial applications. - rcar3_ulcb_defconfig * - + - Geist + - R8A779MD (M3Le) + - arm64 + - r8a779md_geist_defconfig + + * - - Eagle - R8A77970 (V3M) - arm64 @@ -186,6 +192,24 @@ Renesas is a SoC solutions provider for automotive and industrial applications. - arm64 - r8a779g3_sparrowhawk_defconfig + * - + - Gray Hawk + - R8A779H0 (V4M) + - arm64 + - r8a779h0_grayhawk_defconfig + + * - R-Car Gen5 + - Ironhide (Cortex-A720AE application core) + - R8A78000 (X5H) + - arm64 + - r8a78000_ironhide_defconfig + + * - + - Ironhide (Cortex-M33 RSIP boot core) + - R8A78000 (X5H) + - arm64 + - r8a78000_ironhide_cm33_defconfig + * - RZ/G2 Family - Beacon EmbeddedWorks RZ/G2M SoM - R8A774A1 (RZ/G2M) @@ -231,13 +255,13 @@ Renesas is a SoC solutions provider for automotive and industrial applications. * - :doc:`RZ/N1 Family <rzn1>` - Schneider RZ/N1D board - R9A06G032 (RZ/N1D) - - arm64 + - arm - rzn1_snarc_defconfig * - - Schneider RZ/N1S board - R9A06G033 (RZ/N1S) - - arm64 + - arm - rzn1_snarc_defconfig Build |
