Reputation: 39
I'm using a raspberry pi running on Window IoT Core, and connects to Azure IoT hub. When I initially wanted to provision the device I just used a TPM simulator (via the Windows Device Portal). Now I've chucked in a real TPM chip to the pi, and I want to provision the device using that chip.
But I'm not seeing an option to do that on the device portal - TPM Configuration section. How it looks now on the device portal now. Maybe I'm missing something obvious. Any help is greatly appreciated.
Upvotes: 0
Views: 203
Reputation: 4432
Firmware TPM (fTPM) requires special Processor/SoC support that is not currently implemented on Raspberry Pi 2 or 3. You can use MinnowBoard or DragonBoard410c instead.MinnowBoard Max needs firmware version 0.80 or higher. DragonBoard410c provides fTPM capabilities out of the box enabled by default.
Upvotes: 2