Hi
I am trying to integrate middle ware for SE050C2HQ1 on imx8mp custom board.
I used 'SE-PLUG-TRUST-MW_04.07.01.zip' from nxp portal site and build with cmake flag as bellow
---------------------------
-DCMAKE_BUILD_TYPE=Debug \
-DPTMW_Host=iMXLinux -DPTMW_HostCrypto=OPENSSL -DPTMW_SMCOM=T1oI2C \
-DPTMW_SE05X_Auth=PlatfSCP03 -DPTMW_SCP=SCP03_SSS -DPTMW_Applet=SE05X_A \
-DPTMW_SE05X_Ver=07_02
when i trying to run 'ex_ecc', i am keep getting error like bellow
----log----------------------
App :INFO :Running ex_ecc
App :INFO :Using PortName='/dev/i2c-2' (CLI)
App :INFO :PlugAndTrust_v04.07.01_20250519
App :WARN :Using SCP03 keys from:'/etc/se05x/scp03_keys.bin' (ENV=EX_SSS_BOOT_SCP03_PATH)
App :ERROR:Unknown key type «Í«Í«Í«Í«Í«Í«Í[m
sss :INFO :atr (Len=35)
01 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 00
01 00 00 00 00 64 13 88 0A 00 65 53 45 30 35 31
00 00 00
sss :INFO :Newer version of Applet Found
sss :INFO :Compiled for 0x70200. Got newer 0x70216
scp :WARN :nxEnsure:'status == kStatus_SSS_Success' failed. At Line:148 Function:nxScp03_AuthenticateChannel
sss :ERROR:Could not set SCP03 Secure Channel
App :ERROR:sss_session_open failed
App :ERROR:ex_sss_session_open Failed
App :ERROR:!ERROR! ret != 0.
------------------------------------
I thought that my scp3-key 'scp03_keys.bin' might be problem, so i tried 'se05x_MandatePlatformSCP' and 'se05x_Delete_and_test_provision'.
But keep getting "unknown key type" error and fails.
It seems that Applet in SE050C2H is new than "SE-PLUG-TRUST-MW_04.07.01.zip".
Is there any newer "SE-PLUG-TRUST-MW_04.07.xx.zip" available?
Or it could be different issue other than Applet version mismatch ?
Best Regards
daisuke