diff options
author | Steve Rae <srae@broadcom.com> | 2014-08-26 18:47:28 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 22:30:27 (GMT) |
commit | d1b5ed075311f143926dd916edb59436267eb396 (patch) | |
tree | f7a5c1b43654a74a873eee135002f87dfffeeaa0 /doc | |
parent | c0aebb3382133c99bc458d96b562703dae4ae928 (diff) | |
download | u-boot-d1b5ed075311f143926dd916edb59436267eb396.tar.xz |
usb/gadget: fastboot: add support for flash command
- implement 'fastboot flash' for eMMC devices
Signed-off-by: Steve Rae <srae@broadcom.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.android-fastboot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot index 4045727..1677609 100644 --- a/doc/README.android-fastboot +++ b/doc/README.android-fastboot @@ -6,8 +6,9 @@ Overview The protocol that is used over USB is described in README.android-fastboot-protocol in same directory. -The current implementation does not yet support the flash and erase -commands. +The current implementation does not yet support the erase command or the +"oem format" command, and there is minimal support for the flash command; +it only supports eMMC devices. Client installation =================== |