fastboot - platform/system/core - Git at Google
Sun Jul 14 2024 07:31:35 GMT+0000 (Coordinated Universal Time)
Saved by
@Dewaldt
update-super:%s:%s Write the previously downloaded image to a super
partition. Unlike the "flash" command, this has
special rules. The image must have been created by
the lpmake command, and must not be a sparse image.
If the last argument is "wipe", then all existing
logical partitions are deleted. If no final argument
is specified, the partition tables are merged. Any
partition in the new image that does not exist in the
old image is created with a zero size.
In all cases, this will cause the temporary "scratch"
partition to be deleted if it exists.
create-logical-partition:%s:%d
Create a logical partition with the given name and
size, in the super partition.
delete-logical-partition:%s
Delete a logical partition with the given name.
resize-logical-partition:%s:%d
Change the size of the named logical partition.
content_copyCOPY
https://android.googlesource.com/platform/system/core/+/master/fastboot/#fastboot
Comments