wget https://downloads.sourceforge.net/project/ibmswtpm2/ibmtpm1563.tar.gz mkdir ibmtpm1563 cd ibmtpm1563 tar -xavf ../ibmtpm974.tar.gz cd src make
Error was in Copy&Pasting the installation from https://github.com/tpm2-software/tpm2-tools/wiki/Getting-Started#installing and not changing
tar -xavf ../ibmtpm974.tar.gz
to
~~~ tar -xavf ../ibmtpm1563.tar.gz ~~~
I recommend using the instructions on this site and not a third party site.
There is also a TSS here: https://sourceforge.net/projects/ibmtpm20tss/
Log in to post a comment.
Error was in Copy&Pasting the installation from https://github.com/tpm2-software/tpm2-tools/wiki/Getting-Started#installing and not changing
to
~~~
tar -xavf ../ibmtpm1563.tar.gz
~~~
Last edit: Max 2020-01-28
I recommend using the instructions on this site and not a third party site.
There is also a TSS here: https://sourceforge.net/projects/ibmtpm20tss/