2023年12月2日发(作者:)
tpm2模拟器使用步骤(命令行)1、启动tpm2服务器root@ubuntu:~# tpm_server &[1] 1585root@ubuntu:~# TPM command server listening on port 2321Platform server listening on port 23222、同一窗口,初始化启动tpm2模拟器root@ubuntu:~# tpm2_startup -T mssim -cCommand IPv4 client acceptedPlatform IPv4 client acceptedread() error. Error is 0 SuccessPlatform server listening on port 2322read() error. Error is 2 No such file or directoryTPM command server listening on port 2321root@ubuntu:~#3、同一窗口,执行tmp2_tool中的命令,带'-T mssim'如:root@ubuntu:~# tpm2_getrandom -T mssim 4Command IPv4 client acceptedPlatform IPv4 client accepted0x5D 0x45 0x03 0xE2read() error. Error is 0 SuccessPlatform server listening on port 2322read() error. Error is 2 No such file or directoryTPM command server listening on port 23214、新窗口执行命令:


发布评论