本文对应《A Practical Guide to TPM 2.0 — Using the Trusted Platform Module in the New Age of Security》的第6章第1节第1部分。
6.1 Setting Up the TPM —— 建立TPM
All TPM 2.0 programming environments require a TPM to run code against. For
developers, the TPM that is easiest to use is the Microsoft TPM 2.0 simulator. Of course,
you can also use other TPM 2.0 devices, hardware, and firmware, as they become
available, to run the code examples. Because communication with a hardware or
firmware TPM is platform specific, you must use the correct driver; setting up this driver
isn’t described here.
所有的TPM 2.0编程环境需要TPM以运行代码。对于开发者来说,最容易使用的TPM是微软TPM 2.0模拟器。当然,你也可以使用其它的TPM2.0设备、硬件和固件,如果它们可用的话,来运行示例代码。因为与硬件或固件TPM的通信是特定于平台的,你必须使用正确的驱动;(如何)安装驱动不在此处描述。
<