pmbootstrap flasher: add flash_dtbo (MR 2099)

This commit is contained in:
afeuerstein 2021-08-27 18:35:46 +02:00 committed by Oliver Smith
parent 468d313790
commit 2d3cfbcbb4
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
7 changed files with 43 additions and 1 deletions

View file

@ -242,6 +242,13 @@ def arguments_flasher(subparser):
help="partition to flash the vbmeta to (defaults"
" to deviceinfo_flash_*_partition_vbmeta")
# Flash dtbo
flash_dtbo = sub.add_parser("flash_dtbo",
help="flash dtbo image")
flash_dtbo.add_argument("--partition", default=None,
help="partition to flash the dtbo to (defaults"
" to deviceinfo_flash_*_partition_dtbo)")
# Actions without extra arguments
sub.add_parser("sideload", help="sideload recovery zip")
sub.add_parser("list_flavors", help="list installed kernel flavors" +