[go: up one dir, main page]

File: tpm2_startup.1.md

package info (click to toggle)
tpm2-tools 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,396 kB
  • sloc: ansic: 35,984; sh: 12,809; xml: 8,089; makefile: 569
file content (49 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (3)
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)