Which TPM version?

What Terminal command I should make in Ubuntu in order to find out which TPM version I have, i.e TPM version 1.2 or 2.0 ?

2

2 Answers

As FedonKadifeli commented, you could use the tpm_version program from the tpm-tools package.

Another command works well also:

sudo dmesg | grep -i tpm
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like