Difference between revisions of "EPC-R5710 I2C & TPM"
From ESS-WIKI
Xingxing.li (talk | contribs) |
Xingxing.li (talk | contribs) |
||
Line 11: | Line 11: | ||
0x3f | 0x3f | ||
</pre> | </pre> | ||
+ | |||
=== '''TPM-Z32H330TC''' === | === '''TPM-Z32H330TC''' === | ||
+ | |||
+ | Execute command (tpm-ST33HTP-Demo). If the following message appears, it is successful. | ||
+ | |||
+ | [[File:EPC-R5710 TPM.png]] | ||
+ | |||
+ | Note:This device is an i2c communication device, and the testing method is the same as described in section 3.7.4 above. |
Latest revision as of 03:17, 4 September 2023
I2C
Step 1: Check i2c device( tpm : 1----0x2e)
Step 2: I2c set and get
# i2cset -f -y 1 0x2e 0x00 0x3f # i2cget -f -y 1 0x2e 0x00 0x3f
TPM-Z32H330TC
Execute command (tpm-ST33HTP-Demo). If the following message appears, it is successful.
Note:This device is an i2c communication device, and the testing method is the same as described in section 3.7.4 above.