mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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
|
||||
===================
|
||||
|
Reference in New Issue
Block a user