Closed ikudryav closed 2 years ago
It should be that TPM has been locked out. You can try the following commands to unlock lockout: tpm2_dictionarylockout -c -p passwd (You can refer this for more info. https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_dictionarylockout.1.md) Or Raspberry Pi can try: tpm2_clear -c p (You can refer this for more info. https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_clear.1.md)
It seems that UNO220POE is an excellent device for quick prototyping. But one issue is that even TPM module tpm-slb9670 is installed and seems working fine, and also tpm2-tools installed as a package, but it is not allowed to claim ownership of the module:
It seems that I don't have authorisation to reclaim ownership and couldn't find any reference to the old password, so presumably, the passwords were not set.
How to resolve it?