Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avb_verify: Add more details for rollback index
Runtime Usage: avb_verify [-b] [-c] [-i] <partition> <key> [suffix] avb_verify [-I] <partition> avb_verify [-U] <image> <partition> <key> Verify Option | Update | Allow | Allow | IDX | Description | IDX | Same IDX | Rollback | in KV | Description ---- | ---- | ---- | ---- | ---- | ---- -b | Y | Y | N | Y | Boot verify, enabled by default -i | Y | Y | Y | Y | Boot verify, allow rollback -c | N | N | N | Y | Upgrade verify, prevent same -U | N | Y | N | N | Upgrade verify, prevent downgrade Info print -I Show image sign info -h Show help Examples - Boot Verify avb_verify <partition> <key> [suffix] - Upgrade Verify - check same avb_verify -c <image> <key> [suffix] - Upgrade Verify - check downgrade avb_verify -U <image> <partition> <key> [suffix] - Image Info avb_verify -I <image> Line num: 73 Signed-off-by: wangjianyu3 <[email protected]>
- Loading branch information