1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
% tpm2_startup(1) tpm2-tools | General Commands Manual
# NAME
**tpm2_startup**(1) - Send a startup command to the TPM.
# SYNOPSIS
**tpm2_startup** [*OPTIONS*]
# DESCRIPTION
**tpm2_startup**(1) - Send a **TPM2_Startup** command with either
**TPM_SU_CLEAR** or **TPM_SU_STATE**.
# OPTIONS
* **-c**, **\--clear**:
Startup type sent will be **TPM_SU_CLEAR** instead of **TPM2_SU_STATE**.
## References
[common options](common/options.md) collection of common options that provide
information many users may expect.
[common tcti options](common/tcti.md) collection of options used to configure
the various known TCTI modules.
# EXAMPLES
## Send a TPM Startup Command with flags TPM2\_SU\_STATE
```bash
tpm2_startup
```
## Send a TPM Startup Command with flags TPM2\_SU\_CLEAR
```bash
tpm2_startup -c
```
# NOTES
Typically a Resource Manager (like [tpm2-abrmd](https://github.com/tpm2-software/tpm2-abrmd))
or low-level/boot software will have already sent this command.
[returns](common/returns.md)
[footer](common/footer.md)
|