% tss2_nvread(1) tpm2-tools | General Commands Manual % % APRIL 2019
tss2_nvread(1) -
tss2_nvread [OPTIONS]
tss2_nvread(1) - This command reads the entire data from an NV index of the TPM.
These are the availabe options:
-
-f, --force:
Force overwriting the output file.
-
-o, --data=FILENAME or - (for stdout):
Returns the value read from the NV space.
-
-p, --nvPath=STRING:
Identifies the NV space to read.
-
-l, --logData=FILENAME or - (for stdout):
Returns the JSON encoded log, if the NV index is of type "extend" and an empty string otherwise. Optional parameter.
tss2_nvread --nvPath=/nv/Owner/myNV --data=data.file
0 on success or 1 on failure.