• Home
  • Raw
  • Download

Lines Matching refs:avbtool

14     + [avbtool and libavb](#avbtool-and-libavb)
19 + [Using avbtool](#Using-avbtool)
128 ## avbtool and libavb
130 The main job of `avbtool` is to create `vbmeta.img` which is the
147 `boot.img` and `system.img` - is also done with `avbtool`.
149 In addition to `avbtool`, a library - `libavb` - is provided. This
192 * `avbtool`
262 contains a textual field with the version of `avbtool` used to create
263 the struct, for example "avbtool 1.4.3" or "avbtool 1.4.3 some_board
271 avbtool_release_string = "avbtool 1.4.3"
279 descriptor then `AVB_VERSION_MINOR` in `avb_version.h` and `avbtool`
285 passed to `avbtool`.
294 ## Using avbtool
298 $ avbtool make_vbmeta_image \
313 $ avbtool add_hash_footer \
332 $ avbtool add_hashtree_footer \
352 $ avbtool resize_image \
359 $ avbtool erase_footer --image IMAGE [--keep_hashtree]
367 of a given size after having used the `avbtool add_hash_footer` or
368 `avbtool add_hashtree_footer` commands on it, use the
371 $ avbtool add_hash_footer --partition_size $((10*1024*1024)) \
375 $ avbtool add_hashtree_footer --partition_size $((10*1024*1024)) \
384 $ avbtool make_vbmeta_image \
421 $ avbtool append_vbmeta_image \
460 $ avbtool verify_image \
505 `avbtool extract_public_key` to extract the key in the expected format
521 additional options passed to `avbtool make_vbmeta_image`. Typical
526 specify additional options passed to `avbtool add_hash_footer` for
531 to specify additional options passed to `avbtool add_hashtree_footer`
537 to specify additional options passed to `avbtool add_hashtree_footer`
543 specify additional options passed to `avbtool add_hash_footer` for