I want to use BeagleBone Black with TPM enabled through CryptoCape.
I am following this tutorial in a way I can clear the TPM, because of its compliance mode.
When I run tpm_clear -l debug
I get a prompt to enter the owner password, which I do not know. This way, I am getting an Authentication failed message and I am not succeeding.
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
Does anyone know how to do this without the owner password?