【发布时间】:2018-09-10 13:35:15
【问题描述】:
我想在通过CryptoCape 启用 TPM 的情况下使用 BeagleBone Black。
我正在关注 this tutorial,因为它的合规模式,我可以清除 TPM。
当我运行tpm_clear -l debug 时,我收到提示输入所有者密码,我不知道。这样,我会收到 Authentication failed 消息,但我没有成功。
tpm_clear -l debug
Tspi_Context_Create success
Tspi_Context_Connect success
Tspi_Context_GetTpmObject success
Enter owner password:
Tspi_GetPolicyObject success
Tspi_Policy_SetSecret success
Tspi_TPM_ClearOwner failed: 0x00000001 - layer=tpm, code=0001 (1), Authentication failed
Tspi_Context_FreeMemory success
Tspi_Context_Close success
有没有人知道如何在没有所有者密码的情况下执行此操作?
【问题讨论】:
标签: debian beagleboneblack atmel tpm trusted-computing