How to build TPM simulator on Linux? #2626
Unanswered
AndreRicardo-Zoetis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the TPM simulator to build on Linux so that I can use it in Docker containers.
Followed the instructions from
https://learn.microsoft.com/en-us/azure/iot-dps/quick-create-simulated-device-tpm?pivots=programming-language-ansi-c#build-and-run-the-tpm-device-simulator
I've tried
No binary file created on
provisioning_client/deps/utpm/tools
It does create the
provisioning_client/tools/tpm_device_provision/ tpm_device_provision
Which does not work because there is no TPM simulator running
Also used the command used to build
./build_all/linux/build.sh --use-tpm-simulator
, but also did not create the TPM simulator.Full log
Beta Was this translation helpful? Give feedback.
All reactions