vbendeb / tpm2_server

Other
13 stars 5 forks source link

Could you please provide the ftdi library and tpm2 source codes? #2

Open zqyzsj opened 6 years ago

zqyzsj commented 6 years ago

I'm using the usb tpm chip, the compiler host is ubuntu 64. But I cannot download the tpm2 sourcecode.

Could you please share the ftdi library and the tpm2 source code?

vbendeb commented 6 years ago

the tpm source could be retrieved by

git clone https://chromium.googlesource.com/chromiumos/third_party/tpm2

the ftdi library can be installed by

sudo apt-get install libftdi-dev

this should be sufficient.