Menu

Installation on Linux

Max
2020-01-21
2020-01-28
  • Max

    Max - 2020-01-21
    Post awaiting moderation.
  • Max

    Max - 2020-01-28
    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
    ~~~

     

    Last edit: Max 2020-01-28
    • Ken Goldman

      Ken Goldman - 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/

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.