Lines Matching refs:avbtool
15 + [avbtool and libavb](#avbtool-and-libavb)
20 + [Using avbtool](#Using-avbtool)
140 In version 1.1 or later, avbtool supports `--do_not_use_ab` for
150 partitions. This digest can be calculated at build time using `avbtool
172 ## avbtool and libavb
174 The main job of `avbtool` is to create `vbmeta.img` which is the
191 `boot.img` and `system.img` - is also done with `avbtool`.
193 In addition to `avbtool`, a library - `libavb` - is provided. This
244 * `avbtool`
317 contains a textual field with the version of `avbtool` used to create
318 the struct, for example "avbtool 1.4.3" or "avbtool 1.4.3 some_board
326 avbtool_release_string = "avbtool 1.4.3"
334 descriptor then `AVB_VERSION_MINOR` in `avb_version.h` and `avbtool`
340 passed to `avbtool`.
349 ## Using avbtool
353 $ avbtool make_vbmeta_image \
368 $ avbtool add_hash_footer \
389 $ avbtool add_hashtree_footer \
411 $ avbtool resize_image \
418 $ avbtool erase_footer --image IMAGE [--keep_hashtree]
426 of a given size after having used the `avbtool add_hash_footer` or
427 `avbtool add_hashtree_footer` commands on it, use the
430 $ avbtool add_hash_footer --partition_size $((10*1024*1024)) \
434 $ avbtool add_hashtree_footer --partition_size $((10*1024*1024)) \
443 $ avbtool make_vbmeta_image \
480 $ avbtool append_vbmeta_image \
519 $ avbtool verify_image \
544 $ avbtool calculate_vbmeta_digest \
581 `avbtool extract_public_key` to extract the key in the expected format
624 additional options passed to `avbtool make_vbmeta_image`. Typical
629 specify additional options passed to `avbtool add_hash_footer` for
634 to specify additional options passed to `avbtool add_hashtree_footer`
640 to specify additional options passed to `avbtool add_hashtree_footer`
646 specify additional options passed to `avbtool add_hash_footer` for
761 `add_hashtree_footer` avbtool operations. Then, during verification of
773 `add_hash_footer` or `add_hashtree_footer`, avbtool will generate a
981 avbtool extract_public_key --key key.pem --output pkmd.bin