TPM2 NVM WRITE IN EDK2 #5022
Unanswered
hamitcan99
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I am trying to use the functions in Tpm2CommandLib to write data to TPM2 in EDK2. I have defined the index that, I am going to write data to, using the DefineSpace function. But whenever I am trying to use the Tpm2NvWrite function, I keep getting EFI_DEVICE_ERROR with a response code 0x1D5. Is there anything to do before Tpm2NvWrite that I don't know or do I use the wrong parameters?
If anyone has used these functions please let me know, thanks!
Beta Was this translation helpful? Give feedback.
All reactions