Lines Matching +full:system +full:- +full:reboot +full:- +full:controller
9 ``README.android-fastboot-protocol`` file in the same directory.
13 - ``boot``
14 - ``continue``
15 - ``download``
16 - ``erase`` (if enabled)
17 - ``flash`` (if enabled)
18 - ``getvar``
19 - ``reboot``
20 - ``reboot-bootloader``
21 - ``set_active`` (only a stub implementation which always succeeds)
25 - oem format - this executes ``gpt write mmc %x $partitions``
33 Android's ``platform/system/core`` repository in the fastboot
35 part of the Android SDK Platform-Tools and can be downloaded from:
37 https://developer.android.com/studio/releases/platform-tools
43 -----------------
60 ---------------------
66 may be overridden on the fastboot command line using ``-l`` and
67 ``-s``.
73 -----------------
76 limitations prevent user-friendly partition names such as "boot", "system"
91 ------------------
100 ``fastboot.partition-type:boot=jffs2``
103 ------------
111 The Fastboot implementation in U-Boot allows to write images into disk
134 controller, SD/MMC controller) or disk index. The partition index starts
153 Enter into fastboot by executing the fastboot command in U-Boot for either USB:
172 $ fastboot getvar bootloader-version
173 bootloader-version: U-Boot 2014.04-00005-gd24cabc
176 or initiate a reboot:
180 $ fastboot reboot
191 $ fastboot -b 0x80000000 -c "console=ttyO2 earlyprintk root=/dev/ram0 mem=128M" boot zImage
193 creating boot image - 1847296 bytes
197 OKAY [ -0.000s]
200 and on the U-Boot side you should see: