Setup, Compatibility & Care
Compatibility:
This module is compatible with all Raspberry Pi models, including the Raspberry Pi 1, 2, 3, and Zero. It requires an operating system with kernel support for TPMs, such as Raspbian Stretch (kernel 4.14.85) or later, and the necessary Device Tree overlay enabled.
Setup:
- Physical Installation: Carefully align the 2x5 pin header on the TPM module with the corresponding GPIO pins (17-26) on your Raspberry Pi and press firmly into place. For rev 2.0 and newer, consider permanent soldering for a robust connection.
- Software Configuration: Ensure your Raspberry Pi is running a compatible OS version. You may need to enable the Device Tree overlay for the TPM. This often involves editing the `/boot/config.txt` file and adding a line like `dtparam=tpm_spi=on`.
- Verification: After rebooting, you can verify the TPM is recognized by checking system logs or using specific TPM utility commands (e.g., `tpm_tools` on Linux).
Care:
- Avoid exposing the module to extreme temperatures or moisture.
- Handle the module with care to prevent static discharge damage.
- Ensure a stable power supply to your Raspberry Pi to maintain TPM operational integrity.