mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 22:51:52 +00:00
usb: gadget: fastboot: Add fastboot erase
Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The start address and the size is aligned to the erase group size for this. Currently only supports erasing from eMMC. Signed-off-by: Dileep Katta <dileep.katta@linaro.org> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:
parent
2474b7f149
commit
897923819c
4 changed files with 84 additions and 3 deletions
|
@ -6,9 +6,8 @@ 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 erase command or the
|
||||
"oem format" command, and there is minimal support for the flash command;
|
||||
it only supports eMMC devices.
|
||||
The current implementation is a minimal support of the erase command,the
|
||||
"oem format" command and flash command;it only supports eMMC devices.
|
||||
|
||||
Client installation
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue