<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AccessManager for se05x Fails communicating over i2c interface. in Secure Authentication</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500922#M863</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not the right way to run both AccessManager and the client applications like that , as you could not make sure AccessManager set up all things before the client connects with it. Please use a single console for each of them and run AccessManager at first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 08:17:28 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2022-08-04T08:17:28Z</dc:date>
    <item>
      <title>AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500345#M854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We built the &lt;STRONG&gt;"accessManager"&lt;/STRONG&gt; binary utility with the below mentioned cmake configure options.&lt;/P&gt;&lt;P&gt;do_configure() {&lt;BR /&gt;cd ${B}&lt;/P&gt;&lt;P&gt;cmake -S ../simw-top \&lt;BR /&gt;-DWithSharedLIB=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \&lt;BR /&gt;-DPTMW_Host=iMXLinux -DPTMW_HostCrypto=OPENSSL \&lt;BR /&gt;&lt;STRONG&gt;-DPTMW_SMCOM=T1oI2C -DPTMW_SE05X_Auth=PlatfSCP03 -DPTMW_SCP=SCP03_SSS \&lt;/STRONG&gt;&lt;BR /&gt;-DIOT=None -DPTMW_Applet=SE05X_C -DPTMW_SE05X_Ver=06_00 \&lt;BR /&gt;-DOPENSSL_INSTALL_PREFIX=${WORKDIR}/recipe-sysroot/usr/ \&lt;BR /&gt;-DPAHO_BUILD_DEB_PACKAGE=OFF -DPAHO_BUILD_DOCUMENTATION=OFF \&lt;BR /&gt;-DPAHO_BUILD_SAMPLES=OFF -DPAHO_BUILD_SHARED=OFF \&lt;BR /&gt;-DPAHO_BUILD_STATIC=ON -DPAHO_ENABLE_CPACK=ON \&lt;BR /&gt;-DPAHO_ENABLE_TESTING=OFF -DPAHO_WITH_SSL=ON \&lt;BR /&gt;-DOPENSSL_ROOT_DIR=${WORKDIR}/recipe-sysroot/usr/&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we built a client application &lt;STRONG&gt;"se05x_ConcurrentEcc"&lt;/STRONG&gt; which communicates with the "accessManager" over JRCPv1 protocol using the below mentioned cmake configuration.&lt;/P&gt;&lt;P&gt;do_configure() {&lt;BR /&gt;cd ${B}&lt;/P&gt;&lt;P&gt;cmake -S ../simw-top \&lt;BR /&gt;-DWithSharedLIB=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \&lt;BR /&gt;-DPTMW_Host=iMXLinux -DPTMW_HostCrypto=OPENSSL \&lt;BR /&gt;&lt;STRONG&gt;-DPTMW_SMCOM=JRCP_V1_AM -DPTMW_SE05X_Auth=None -DPTMW_SCP=None \&lt;/STRONG&gt;&lt;BR /&gt;-DIOT=None -DPTMW_Applet=SE05X_C -DPTMW_SE05X_Ver=06_00 \&lt;BR /&gt;-DOPENSSL_INSTALL_PREFIX=${WORKDIR}/recipe-sysroot/usr/ \&lt;BR /&gt;-DPAHO_BUILD_DEB_PACKAGE=OFF -DPAHO_BUILD_DOCUMENTATION=OFF \&lt;BR /&gt;-DPAHO_BUILD_SAMPLES=OFF -DPAHO_BUILD_SHARED=OFF \&lt;BR /&gt;-DPAHO_BUILD_STATIC=ON -DPAHO_ENABLE_CPACK=ON \&lt;BR /&gt;-DPAHO_ENABLE_TESTING=OFF -DPAHO_WITH_SSL=ON \&lt;BR /&gt;-DOPENSSL_ROOT_DIR=${WORKDIR}/recipe-sysroot/usr/&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;After this we ran the "accessManager" utility in background.&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ./accessManager &amp;amp;&lt;BR /&gt;# Starting accessManager (Rev.1.1).&lt;BR /&gt;Protect Link between accessManager and SE: YES.&lt;BR /&gt;accessManager JRCPv1 (T1oI2C SE side)&lt;BR /&gt;******************************************************************************&lt;BR /&gt;Server: waiting for connections on port 8040.&lt;BR /&gt;Server: only localhost based processes can connect.&lt;/P&gt;&lt;P&gt;Then we ran the client "se05x_ConcurrentEcc". The client communicated well with the "accessManager" over JRCPv1 protocol. But the "accessManager" could not establish communication with the se05x device over I2C interface. The log is&amp;nbsp;as mentioned below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ./se05x_ConcurrentEcc -authid 0x7DA00001 -keyid 0xEF001234 -cnt 100 -port 127.0.0.1:8040&lt;BR /&gt;App :INFO :PlugAndTrust_v04.01.03_20220331&lt;BR /&gt;App :INFO :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;App :INFO :Running Elliptic Curve Cryptography Example se05x_ConcurrentEcc&lt;BR /&gt;App :INFO :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;New client connection from 127.0.0.1. Client ID: 4&lt;BR /&gt;Command 0x00 from client 4&lt;BR /&gt;&lt;STRONG&gt;smCom :ERROR:opening failed...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to open the i2c bus: No such file or d[12776.642027] systemd-coredump[8359]: EXE '/home/root/accessManager' is not in coredump whitelist, skipping.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;irectory&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Pass i2c device address in the format &amp;lt;i2c_port&amp;gt;:&amp;lt;i2c_addr(optional. Default 0x48)&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Example ./example /dev/i2c-1:0x48 OR ./example /dev/i2c-1&lt;/STRONG&gt;&lt;BR /&gt;smCom :ERROR:phPalEse_i2c_open_and_configure Failed retry&lt;BR /&gt;smCom :ERROR:I2C init Failed: retval d&lt;BR /&gt;smCom :ERROR:phPalEse_Init Failed&lt;BR /&gt;smCom :ERROR: Failed to create physical connection with ESE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me resolve this issue. Looks like the "accessManager" needs and argument to be passed with the I2C device details like "&lt;STRONG&gt;/dev/i2c-0&lt;/STRONG&gt;". But we are not sure how to pass this I2C device as an argument to the "accessManager" binary utility.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit SJ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:02:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500345#M854</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-03T15:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500727#M856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like the way you run client application is not correct, the channel between clients and AccessManager is plain as you set up, so you just have to run the client similar as below:&lt;/P&gt;
&lt;PRE&gt;root@imx8mqevk:~/home/root# EX_SSS_BOOT_SSS_PORT=127.0.0.1:8040 se05x_ConcurrentEcc&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 03:27:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500727#M856</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-04T03:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500769#M857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As mentioned in my post there is no issue between the client and AccessManager. The command "se05x_ConcurrentEcc -authid 0x7DA00001 -keyid 0xEF001234 -cnt 100 -port 127.0.0.1:8040" which I used was taken from the plug and trust middleware document by NXP only. I have shared the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below mentioned log proves that the client and accessManager are in good communication.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New client connection from 127.0.0.1. Client ID: 4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Command 0x00 from client 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also our requirement is that the client should communicate with AccessManager using JRCPv1 protocol as mentioned in the plug and trust middleware document.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ajitsj3_0-1659589934647.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/189029iA4F710FA51B7BEEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ajitsj3_0-1659589934647.png" alt="ajitsj3_0-1659589934647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log below shows that there some issue w.r.t I2C communication between AccessManager and se05x.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;smCom :ERROR:opening failed...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to open the i2c bus: No such file or d[12776.642027] systemd-coredump[8359]: EXE '/home/root/accessManager' is not in coredump whitelist, skipping.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;irectory&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Pass i2c device address in the format &amp;lt;i2c_port&amp;gt;:&amp;lt;i2c_addr(optional. Default 0x48)&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Example ./example /dev/i2c-1:0x48 OR ./example /dev/i2c-1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :ERROR:phPalEse_i2c_open_and_configure Failed retry&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyways I tried the command that you sent which is not ideal for us. Even this failed too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;# accessManager &amp;amp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# Starting accessManager (Rev.1.1).&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Protect Link between accessManager and SE: YES.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;accessManager JRCPv1 (T1oI2C SE side)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;******************************************************************************&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Server: waiting for connections on port 8040.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Server: only localhost based processes can connect.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# EX_SSS_BOOT_SSS_PORT=127.0.0.1:8040 se05x_ConcurrentEcc&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :INFO :PlugAndTrust_v04.01.03_20220331&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :INFO :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;App :INFO :Running Elliptic Curve Cryptography Example se05x_ConcurrentEcc&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :INFO :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;App :ERROR:Auth key Id not passed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :WARN :&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;usage:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;se05x_ConcurrentEcc.exe&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-authid &amp;lt;auth object id to open Session &amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-keyid &amp;lt;Key id to store Key&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-cnt &amp;lt;no of times to loop the operation &amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-port &amp;lt;port to be connected &amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;App :WARN :nxEnsure:'status == kStatus_SSS_Success' failed. At Line:101 Function:ex_sss_entry&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :INFO :ex_sss Finished&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :ERROR:ex_sss_entry Failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;App :ERROR:!ERROR! ret != 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is that there must be a way to specify the i2c device node information to accessManager. Please let us know that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit S J&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 05:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500769#M857</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-04T05:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500847#M860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you run&amp;nbsp;&lt;SPAN&gt;se05x_Delete_and_test_provision demo before the&amp;nbsp;se05x_&lt;SPAN class="highlighted"&gt;ConcurrentEcc demo? I just run the&amp;nbsp;se05x_ConcurrentEcc demo from different consoles and they works well from my side, please kindly refer to the attached video for more details.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;The following is my cmake configuration for accessManager .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;pi@raspberrypi:~/se05x_mw_v04.02.00_20220701_151557/simw-top_build/raspbian_native_se050_t1oi2c $ cmake . -L&lt;BR /&gt;-- BUILD_TYPE: Debug&lt;BR /&gt;-- Found: /usr/lib/arm-linux-gnueabihf/libssl.so/usr/lib/arm-linux-gnueabihf/libcrypto.so&lt;BR /&gt;-- CMAKE_CXX_COMPILER_ID = GNU&lt;BR /&gt;-- CMAKE_SYSTEM_NAME = Linux&lt;BR /&gt;-- PTMW_SE05X_Auth - PlatfSCP03&lt;BR /&gt;-- Could not detect git directories. Using STUB Values for GIT Version&lt;BR /&gt;-- CMake version: 3.16.3&lt;BR /&gt;-- CMake system name: Linux&lt;BR /&gt;-- Timestamp is 2022-08-04T07:08:59Z&lt;BR /&gt;accessManager is not copied to default binary directory upon install&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /home/pi/se05x_mw_v04.02.00_20220701_151557/simw-top_build/raspbian_native_se050_t1oi2c&lt;BR /&gt;-- Cache values&lt;BR /&gt;CMAKE_BUILD_TYPE:STRING=Debug&lt;BR /&gt;CMAKE_INSTALL_PREFIX:PATH=/usr/local&lt;BR /&gt;LIB_ANL:FILEPATH=/usr/lib/arm-linux-gnueabihf/libanl.so&lt;BR /&gt;NXPInternal:BOOL=OFF&lt;BR /&gt;OPENSSL_ROOT_DIR:PATH=&lt;BR /&gt;PAHO_BUILD_DEB_PACKAGE:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_DOCUMENTATION:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_SAMPLES:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_SHARED:BOOL=TRUE&lt;BR /&gt;PAHO_BUILD_STATIC:BOOL=FALSE&lt;BR /&gt;PAHO_ENABLE_CPACK:BOOL=TRUE&lt;BR /&gt;PAHO_ENABLE_TESTING:BOOL=FALSE&lt;BR /&gt;PAHO_WITH_SSL:BOOL=TRUE&lt;BR /&gt;PTMW_A71CH_AUTH:STRING=None&lt;BR /&gt;PTMW_Applet:STRING=SE05X_C&lt;BR /&gt;PTMW_FIPS:STRING=None&lt;BR /&gt;PTMW_Host:STRING=Raspbian&lt;BR /&gt;PTMW_HostCrypto:STRING=OPENSSL&lt;BR /&gt;PTMW_Log:STRING=Default&lt;BR /&gt;PTMW_RTOS:STRING=Default&lt;BR /&gt;PTMW_SBL:STRING=None&lt;BR /&gt;PTMW_SCP:STRING=SCP03_SSS&lt;BR /&gt;PTMW_SE05X_Auth:STRING=PlatfSCP03&lt;BR /&gt;PTMW_SE05X_Ver:STRING=03_XX&lt;BR /&gt;PTMW_SMCOM:STRING=T1oI2C&lt;BR /&gt;PTMW_mbedTLS_ALT:STRING=None&lt;BR /&gt;SSSFTR_SE05X_AES:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_AuthECKey:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_AuthSession:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_CREATE_DELETE_CRYPTOOBJ:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_ECC:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_KEY_GET:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_KEY_SET:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_RSA:BOOL=ON&lt;BR /&gt;SSSFTR_SW_AES:BOOL=ON&lt;BR /&gt;SSSFTR_SW_ECC:BOOL=ON&lt;BR /&gt;SSSFTR_SW_KEY_GET:BOOL=ON&lt;BR /&gt;SSSFTR_SW_KEY_SET:BOOL=ON&lt;BR /&gt;SSSFTR_SW_RSA:BOOL=ON&lt;BR /&gt;SSSFTR_SW_TESTCOUNTERPART:BOOL=ON&lt;BR /&gt;WithAccessMgr_UnixSocket:BOOL=OFF&lt;BR /&gt;WithCodeCoverage:BOOL=OFF&lt;BR /&gt;WithExtCustomerTPMCode:BOOL=OFF&lt;BR /&gt;WithNXPNFCRdLib:BOOL=OFF&lt;BR /&gt;WithOPCUA_open62541:BOOL=OFF&lt;BR /&gt;WithSharedLIB:BOOL=ON&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;To build the clients, the cmake configuration is as below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;pi@raspberrypi:~/se05x_mw_v04.02.00_20220701_151557/simw-top_build/raspbian_native_se050_t1oi2c $ cmake . -L&lt;BR /&gt;-- BUILD_TYPE: Debug&lt;BR /&gt;-- Found: /usr/lib/arm-linux-gnueabihf/libssl.so/usr/lib/arm-linux-gnueabihf/libcrypto.so&lt;BR /&gt;-- CMAKE_CXX_COMPILER_ID = GNU&lt;BR /&gt;-- CMAKE_SYSTEM_NAME = Linux&lt;BR /&gt;-- PTMW_SE05X_Auth - None&lt;BR /&gt;-- Could not detect git directories. Using STUB Values for GIT Version&lt;BR /&gt;-- CMake version: 3.16.3&lt;BR /&gt;-- CMake system name: Linux&lt;BR /&gt;-- Timestamp is 2022-08-04T07:12:21Z&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /home/pi/se05x_mw_v04.02.00_20220701_151557/simw-top_build/raspbian_native_se050_t1oi2c&lt;BR /&gt;-- Cache values&lt;BR /&gt;CMAKE_BUILD_TYPE:STRING=Debug&lt;BR /&gt;CMAKE_INSTALL_PREFIX:PATH=/usr/local&lt;BR /&gt;LIB_ANL:FILEPATH=/usr/lib/arm-linux-gnueabihf/libanl.so&lt;BR /&gt;NXPInternal:BOOL=OFF&lt;BR /&gt;OPENSSL_ROOT_DIR:PATH=&lt;BR /&gt;PAHO_BUILD_DEB_PACKAGE:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_DOCUMENTATION:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_SAMPLES:BOOL=FALSE&lt;BR /&gt;PAHO_BUILD_SHARED:BOOL=TRUE&lt;BR /&gt;PAHO_BUILD_STATIC:BOOL=FALSE&lt;BR /&gt;PAHO_ENABLE_CPACK:BOOL=TRUE&lt;BR /&gt;PAHO_ENABLE_TESTING:BOOL=FALSE&lt;BR /&gt;PAHO_WITH_SSL:BOOL=TRUE&lt;BR /&gt;PTMW_A71CH_AUTH:STRING=None&lt;BR /&gt;PTMW_Applet:STRING=SE05X_C&lt;BR /&gt;PTMW_FIPS:STRING=None&lt;BR /&gt;PTMW_Host:STRING=Raspbian&lt;BR /&gt;PTMW_HostCrypto:STRING=OPENSSL&lt;BR /&gt;PTMW_Log:STRING=Default&lt;BR /&gt;PTMW_RTOS:STRING=Default&lt;BR /&gt;PTMW_SBL:STRING=None&lt;BR /&gt;PTMW_SCP:STRING=None&lt;BR /&gt;PTMW_SE05X_Auth:STRING=None&lt;BR /&gt;PTMW_SE05X_Ver:STRING=03_XX&lt;BR /&gt;PTMW_SMCOM:STRING=JRCP_V1_AM&lt;BR /&gt;PTMW_mbedTLS_ALT:STRING=None&lt;BR /&gt;SSSFTR_SE05X_AES:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_AuthECKey:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_AuthSession:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_CREATE_DELETE_CRYPTOOBJ:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_ECC:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_KEY_GET:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_KEY_SET:BOOL=ON&lt;BR /&gt;SSSFTR_SE05X_RSA:BOOL=ON&lt;BR /&gt;SSSFTR_SW_AES:BOOL=ON&lt;BR /&gt;SSSFTR_SW_ECC:BOOL=ON&lt;BR /&gt;SSSFTR_SW_KEY_GET:BOOL=ON&lt;BR /&gt;SSSFTR_SW_KEY_SET:BOOL=ON&lt;BR /&gt;SSSFTR_SW_RSA:BOOL=ON&lt;BR /&gt;SSSFTR_SW_TESTCOUNTERPART:BOOL=ON&lt;BR /&gt;WithAccessMgr_UnixSocket:BOOL=OFF&lt;BR /&gt;WithCodeCoverage:BOOL=OFF&lt;BR /&gt;WithExtCustomerTPMCode:BOOL=OFF&lt;BR /&gt;WithNXPNFCRdLib:BOOL=OFF&lt;BR /&gt;WithOPCUA_open62541:BOOL=OFF&lt;BR /&gt;WithSharedLIB:BOOL=ON&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;Usually I build clients at first and then build accessManager after "make install" the clients , so that I run accessManager in the build folder directly and run client demos from "usr/local/bin".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="highlighted"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 07:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500847#M860</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-04T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500857#M861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please run the below command and send me the logs.&lt;/P&gt;&lt;P&gt;accessManager &amp;amp;&lt;/P&gt;&lt;P&gt;se05x_ConcurrentEcc -authid 0x7DA00001 -keyid 0xEF001234 -cnt 1 -port 127.0.0.1:8040&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We could compare and check what is going wrong.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit S J&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 07:26:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500857#M861</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-04T07:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500922#M863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not the right way to run both AccessManager and the client applications like that , as you could not make sure AccessManager set up all things before the client connects with it. Please use a single console for each of them and run AccessManager at first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1500922#M863</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-04T08:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501067#M866</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How does accessManager&amp;nbsp; know which i2c bus it needs to use for secure element (se05x) communication?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ajit S J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501067#M866</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-04T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501460#M867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly have the log as attached. Please refer to 5.4.3.8 of "simw-top/doc/hostlib/hostLib/accessManager/doc/accessManager.html" for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 02:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501460#M867</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-05T02:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501600#M868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The environment variable of EX_SSS_BOOT_SSS_PORT helps pass the I2C device name to AccessManager, and if no, then use the default name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that makes sense,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 06:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501600#M868</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-05T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501603#M869</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to set the environment variable "EX_SSS_BOOT_SSS_PORT" as "&lt;SPAN&gt;/dev/i2c-0:0x48&lt;/SPAN&gt;". But the&amp;nbsp;&lt;SPAN&gt;I2C device name was not passed to AccessManager. As mentioned in the below log, still the accessManager is failing because I2C device name is not passed to it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# export EX_SSS_BOOT_SSS_PORT=/dev/i2c-0:0x48&lt;BR /&gt;#&lt;BR /&gt;# accessManager &amp;amp;&lt;BR /&gt;# Starting accessManager (Rev.1.1).&lt;BR /&gt;Protect Link between accessManager and SE: YES.&lt;BR /&gt;accessManager JRCPv1 (T1oI2C SE side)&lt;BR /&gt;******************************************************************************&lt;BR /&gt;Server: waiting for connections on port 8040.&lt;BR /&gt;Server: only localhost based processes can connect.&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ./se05x_ConcurrentEcc -authid 0x7DA00001 -keyid 0xEF001234 -cnt 1 -port 127.0.0.1:8040&lt;BR /&gt;App :INFO :PlugAndTrust_v04.02.00_20220524&lt;BR /&gt;App :INFO :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;App :INFO :Running Elliptic Curve Cryptography Example se05x_ConcurrentEcc&lt;BR /&gt;App :INFO :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;New client connection from 127.0.0.1. Client ID: 4&lt;BR /&gt;Command 0x00 from client 4&lt;BR /&gt;&lt;STRONG&gt;smCom :ERROR:opening failed...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to open the i2c bus: No such file or directory&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Pass i2c device address in the format &amp;lt;i2c_port&amp;gt;:&amp;lt;i2c_addr(opti[81600.549838] systemd-coredump[4889]: EXE '/usr/bin/accessManager' is not in coredump whitelist, skipping.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;onal. Default 0x48)&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :INFO :Example ./example /dev/i2c-1:0x48 OR ./example /dev/i2c-1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;smCom :ERROR:phPalEse_i2c_open_and_configure Failed retry&lt;/STRONG&gt;&lt;BR /&gt;smCom :ERROR:I2C init Failed: retval d&lt;BR /&gt;smCom :ERROR:phPalEse_Init Failed&lt;BR /&gt;smCom :ERROR: Failed to create physical connection with ESE&lt;BR /&gt;smCom :WARN :Client: recv() failed: error 0&lt;BR /&gt;smCom :WARN :nxEnsure:'0' failed. At Line:174 Function:smComSocket_GetATRFD&lt;BR /&gt;smCom :WARN :Client: send() failed: error -1&lt;BR /&gt;smCom :ERROR:SM_CONNECT Failed.&lt;BR /&gt;sss :ERROR:SM_RjctConnect Failed. Status 7002&lt;BR /&gt;App :ERROR:sss_session_open failed&lt;BR /&gt;App :ERROR: sss_key_store_context_init Failed...&lt;BR /&gt;App :ERROR:ex_sss_key_store_and_object_init Failed&lt;BR /&gt;App :INFO :ex_sss Finished&lt;BR /&gt;App :ERROR:ex_sss_entry Failed&lt;BR /&gt;App :ERROR:!ERROR! ret != 0.&lt;BR /&gt;[1]+ Segmentation fault (core dumped) accessManager&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you setting the I2C device name in your raspberry pi device?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 07:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501603#M869</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-05T07:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501683#M870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like AccessManager keeps using the default settings, would you please modify the default settings in the file of "simw-top\hostlib\hostLib\platform\linux\i2c_a7.c" as below?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1659688048250.png" style="width: 635px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/189242iA122A13CCB968A9A/image-dimensions/635x281?v=v2" width="635" height="281" role="button" title="Kan_Li_0-1659688048250.png" alt="Kan_Li_0-1659688048250.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please kindly let me know if the problem is still there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 08:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1501683#M870</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-05T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502302#M871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As suggested by you, I changed the i2c device name to "i2c-0" in the file "&lt;SPAN&gt;simw-top\hostlib\hostLib\platform\linux\i2c_a7.c&lt;/SPAN&gt;". After that the accessManager started working and it is communicating with SE05x as well. Thanks for your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit S J&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 05:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502302#M871</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-08T05:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502306#M872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great to know that! Thanks for the update!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 06:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502306#M872</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-08T06:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502496#M874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could we configure the I2C device name as "i2c-0" without making changes in the code?&lt;/P&gt;&lt;P&gt;Because in other hardware device we might have to use "i2c-1" as I2C device name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So please let me know if there is a way to send this I2C device name as argument for accessManager?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ajit S J&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 09:46:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1502496#M874</guid>
      <dc:creator>ajitsj3</dc:creator>
      <dc:date>2022-08-08T09:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: AccessManager for se05x Fails communicating over i2c interface.</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1503603#M879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202274"&gt;@ajitsj3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, so far AccessManager just use the default I2C device name without acceptance for external parameter, but you may try the solution as I mentioned in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Secure-Authentication/AccessManager-I2C-device-name-configuration-using-argument/td-p/1502613" target="_blank"&gt;https://community.nxp.com/t5/Secure-Authentication/AccessManager-I2C-device-name-configuration-using-argument/td-p/1502613&lt;/A&gt;&amp;nbsp;, so that you needn't modify the source code frequently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 02:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/AccessManager-for-se05x-Fails-communicating-over-i2c-interface/m-p/1503603#M879</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2022-08-10T02:10:08Z</dc:date>
    </item>
  </channel>
</rss>

