Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add documentation to README
Browse files Browse the repository at this point in the history
adding documentation on how to use fastboot-info inside of fastboot
README

Test: na
Bug: 297084293
Change-Id: Ic2d17c92a776f1cae9ef80f6b615ddbc841afb74
  • Loading branch information
zbw182 committed Aug 22, 2023
1 parent a2bac90 commit 2326e05
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions fastboot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,28 @@ The various currently defined commands are:
using the new bootloader.


## Flashing Logic

Fastboot binary will follow directions listed out fastboot-info.txt
build artifact for fastboot flashall && fastboot update comamnds.
This build artifact will live inside of ANDROID_PRODUCT_OUT &&
target_files_package && updatepackage.


The currently defined commands are:

flash %s Flash a given partition. Optional arguments include
--slot-other, {filename_path}, --apply-vbmeta

reboot %s Reboot to either bootloader or fastbootd

update-super Updates the super partition

if-wipe Conditionally run some other functionality if
wipe is specified

erase %s Erase a given partition (can only be used in conjunction)
with if-wipe -> eg. if-wipe erase cache

## Client Variables

Expand Down

0 comments on commit 2326e05

Please sign in to comment.