<?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 EdgeLock SE05x Plug &amp;amp; Trust Middleware Compile Problem in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE05x-Plug-amp-Trust-Middleware-Compile-Problem/m-p/1381329#M12708</link>
    <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;Some background from the environment:&lt;/P&gt;&lt;P&gt;Trying to build/install/run SE05x MW 3.3.0 on RPi CM4 running "bullseye" (kernel 5.10.63-v7l+)&lt;BR /&gt;&lt;BR /&gt;After *a lot* of problems with the cmake setup I managed to build and install the "C part" (demos and tools).&lt;BR /&gt;&lt;BR /&gt;But then came the python part (pycli sss). All dependencies (like python3 and pip3) are in place as per documentation. But when it comes to "setup.py develop", the thing breaks like this:&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;pi@raspberrypi(armv7l):~/projects/se_mw/simw-top-3.3.0/pycli/src $ sudo python3 setup.py develop&lt;BR /&gt;/usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'console'&lt;BR /&gt;warnings.warn(msg)&lt;BR /&gt;running develop&lt;BR /&gt;running egg_info&lt;BR /&gt;creating ssscli.egg-info&lt;BR /&gt;writing ssscli.egg-info/PKG-INFO&lt;BR /&gt;writing dependency_links to ssscli.egg-info/dependency_links.txt&lt;BR /&gt;writing entry points to ssscli.egg-info/entry_points.txt&lt;BR /&gt;writing requirements to ssscli.egg-info/requires.txt&lt;BR /&gt;writing top-level names to ssscli.egg-info/top_level.txt&lt;BR /&gt;writing manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;file ssscli.py (for module ssscli) not found&lt;BR /&gt;reading manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;writing manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;running build_ext&lt;BR /&gt;Creating /usr/local/lib/python3.9/dist-packages/ssscli.egg-link (link to .)&lt;BR /&gt;Adding ssscli 3.3.0 to easy-install.pth file&lt;BR /&gt;Installing ssscli script to /usr/local/bin&lt;/P&gt;&lt;P&gt;Installed /home/pi/projects/se_mw/simw-top-3.3.0/pycli/src&lt;BR /&gt;Processing dependencies for ssscli==3.3.0&lt;BR /&gt;Searching for cryptography&lt;BR /&gt;Reading &lt;A href="https://pypi.org/simple/cryptography/" target="_blank"&gt;https://pypi.org/simple/cryptography/&lt;/A&gt;&lt;BR /&gt;Downloading &lt;A href="https://files.pythonhosted.org/packages/60/06/d9109aba62c0b42466195e5b9b30dded26621a675b73998218070d8cc637/cryptography-36.0.0.tar.gz#sha256=52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f" target="_blank"&gt;https://files.pythonhosted.org/packages/60/06/d9109aba62c0b42466195e5b9b30dded26621a675b73998218070d8cc637/cryptography-36.0.0.tar.gz#sha256=52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f&lt;/A&gt;&lt;BR /&gt;Best match: cryptography 36.0.0&lt;BR /&gt;Processing cryptography-36.0.0.tar.gz&lt;BR /&gt;Writing /tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.cfg&lt;BR /&gt;Running cryptography-36.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1a8mb49c/cryptography-36.0.0/egg-dist-tmp-vj0xt2bx&lt;/P&gt;&lt;P&gt;=============================DEBUG ASSISTANCE==========================&lt;BR /&gt;If you are seeing an error here please try the following to&lt;BR /&gt;successfully install cryptography:&lt;/P&gt;&lt;P&gt;Upgrade to the latest pip and try again. This will fix errors for most&lt;BR /&gt;users. See: &lt;A href="https://pip.pypa.io/en/stable/installing/#upgrading-pip" target="_blank"&gt;https://pip.pypa.io/en/stable/installing/#upgrading-pip&lt;/A&gt;&lt;BR /&gt;=============================DEBUG ASSISTANCE==========================&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 152, in save_modules&lt;BR /&gt;yield saved&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 254, in run_setup&lt;BR /&gt;_execfile(setup_script, ns)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile&lt;BR /&gt;exec(code, globals, locals)&lt;BR /&gt;File "/tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.path.append(os.path.abspath(os.path.dirname(__file__) + os.sep + "sss"))&lt;BR /&gt;ModuleNotFoundError: No module named 'setuptools_rust'&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/pi/projects/se_mw/simw-top-3.3.0/pycli/src/setup.py", line 41, in &amp;lt;module&amp;gt;&lt;BR /&gt;setup(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "/usr/lib/python3.9/distutils/core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/develop.py", line 34, in run&lt;BR /&gt;self.install_for_development()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/develop.py", line 151, in install_for_development&lt;BR /&gt;self.process_distribution(None, self.dist, not self.no_deps)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 769, in process_distribution&lt;BR /&gt;distros = WorkingSet([]).resolve(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 766, in resolve&lt;BR /&gt;dist = best[req.key] = env.best_match(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1051, in best_match&lt;BR /&gt;return self.obtain(req, installer)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1063, in obtain&lt;BR /&gt;return installer(requirement)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 694, in easy_install&lt;BR /&gt;return self.install_item(spec, dist.location, tmpdir, deps)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 720, in install_item&lt;BR /&gt;dists = self.install_eggs(spec, download, tmpdir)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 915, in install_eggs&lt;BR /&gt;return self.build_and_install(setup_script, setup_base)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1187, in build_and_install&lt;BR /&gt;self.run_setup(setup_script, setup_base, args)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1171, in run_setup&lt;BR /&gt;run_setup(setup_script, args)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 257, in run_setup&lt;BR /&gt;raise&lt;BR /&gt;File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__&lt;BR /&gt;self.gen.throw(type, value, traceback)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__&lt;BR /&gt;self.gen.throw(type, value, traceback)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 164, in save_modules&lt;BR /&gt;saved_exc.resume()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 139, in resume&lt;BR /&gt;raise exc.with_traceback(self._tb)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 152, in save_modules&lt;BR /&gt;yield saved&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 254, in run_setup&lt;BR /&gt;_execfile(setup_script, ns)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile&lt;BR /&gt;exec(code, globals, locals)&lt;BR /&gt;File "/tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.path.append(os.path.abspath(os.path.dirname(__file__) + os.sep + "sss"))&lt;BR /&gt;ModuleNotFoundError: No module named 'setuptools_rust'&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;The mentioned URL is only about general installation and upgrading of pip. There is nothing to this special problem. And pip upgrading is also (weakly) blocked by debian as one is supposed to this via packages...&lt;/P&gt;&lt;P&gt;Does anyone here uses this above mentioned combination and has got sss build and installed?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 15:15:45 GMT</pubDate>
    <dc:creator>jsl123</dc:creator>
    <dc:date>2021-12-03T15:15:45Z</dc:date>
    <item>
      <title>EdgeLock SE05x Plug &amp; Trust Middleware Compile Problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE05x-Plug-amp-Trust-Middleware-Compile-Problem/m-p/1381329#M12708</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;Some background from the environment:&lt;/P&gt;&lt;P&gt;Trying to build/install/run SE05x MW 3.3.0 on RPi CM4 running "bullseye" (kernel 5.10.63-v7l+)&lt;BR /&gt;&lt;BR /&gt;After *a lot* of problems with the cmake setup I managed to build and install the "C part" (demos and tools).&lt;BR /&gt;&lt;BR /&gt;But then came the python part (pycli sss). All dependencies (like python3 and pip3) are in place as per documentation. But when it comes to "setup.py develop", the thing breaks like this:&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;pi@raspberrypi(armv7l):~/projects/se_mw/simw-top-3.3.0/pycli/src $ sudo python3 setup.py develop&lt;BR /&gt;/usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'console'&lt;BR /&gt;warnings.warn(msg)&lt;BR /&gt;running develop&lt;BR /&gt;running egg_info&lt;BR /&gt;creating ssscli.egg-info&lt;BR /&gt;writing ssscli.egg-info/PKG-INFO&lt;BR /&gt;writing dependency_links to ssscli.egg-info/dependency_links.txt&lt;BR /&gt;writing entry points to ssscli.egg-info/entry_points.txt&lt;BR /&gt;writing requirements to ssscli.egg-info/requires.txt&lt;BR /&gt;writing top-level names to ssscli.egg-info/top_level.txt&lt;BR /&gt;writing manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;file ssscli.py (for module ssscli) not found&lt;BR /&gt;reading manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;writing manifest file 'ssscli.egg-info/SOURCES.txt'&lt;BR /&gt;running build_ext&lt;BR /&gt;Creating /usr/local/lib/python3.9/dist-packages/ssscli.egg-link (link to .)&lt;BR /&gt;Adding ssscli 3.3.0 to easy-install.pth file&lt;BR /&gt;Installing ssscli script to /usr/local/bin&lt;/P&gt;&lt;P&gt;Installed /home/pi/projects/se_mw/simw-top-3.3.0/pycli/src&lt;BR /&gt;Processing dependencies for ssscli==3.3.0&lt;BR /&gt;Searching for cryptography&lt;BR /&gt;Reading &lt;A href="https://pypi.org/simple/cryptography/" target="_blank"&gt;https://pypi.org/simple/cryptography/&lt;/A&gt;&lt;BR /&gt;Downloading &lt;A href="https://files.pythonhosted.org/packages/60/06/d9109aba62c0b42466195e5b9b30dded26621a675b73998218070d8cc637/cryptography-36.0.0.tar.gz#sha256=52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f" target="_blank"&gt;https://files.pythonhosted.org/packages/60/06/d9109aba62c0b42466195e5b9b30dded26621a675b73998218070d8cc637/cryptography-36.0.0.tar.gz#sha256=52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f&lt;/A&gt;&lt;BR /&gt;Best match: cryptography 36.0.0&lt;BR /&gt;Processing cryptography-36.0.0.tar.gz&lt;BR /&gt;Writing /tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.cfg&lt;BR /&gt;Running cryptography-36.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1a8mb49c/cryptography-36.0.0/egg-dist-tmp-vj0xt2bx&lt;/P&gt;&lt;P&gt;=============================DEBUG ASSISTANCE==========================&lt;BR /&gt;If you are seeing an error here please try the following to&lt;BR /&gt;successfully install cryptography:&lt;/P&gt;&lt;P&gt;Upgrade to the latest pip and try again. This will fix errors for most&lt;BR /&gt;users. See: &lt;A href="https://pip.pypa.io/en/stable/installing/#upgrading-pip" target="_blank"&gt;https://pip.pypa.io/en/stable/installing/#upgrading-pip&lt;/A&gt;&lt;BR /&gt;=============================DEBUG ASSISTANCE==========================&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 152, in save_modules&lt;BR /&gt;yield saved&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 254, in run_setup&lt;BR /&gt;_execfile(setup_script, ns)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile&lt;BR /&gt;exec(code, globals, locals)&lt;BR /&gt;File "/tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.path.append(os.path.abspath(os.path.dirname(__file__) + os.sep + "sss"))&lt;BR /&gt;ModuleNotFoundError: No module named 'setuptools_rust'&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/pi/projects/se_mw/simw-top-3.3.0/pycli/src/setup.py", line 41, in &amp;lt;module&amp;gt;&lt;BR /&gt;setup(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "/usr/lib/python3.9/distutils/core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/develop.py", line 34, in run&lt;BR /&gt;self.install_for_development()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/develop.py", line 151, in install_for_development&lt;BR /&gt;self.process_distribution(None, self.dist, not self.no_deps)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 769, in process_distribution&lt;BR /&gt;distros = WorkingSet([]).resolve(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 766, in resolve&lt;BR /&gt;dist = best[req.key] = env.best_match(&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1051, in best_match&lt;BR /&gt;return self.obtain(req, installer)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1063, in obtain&lt;BR /&gt;return installer(requirement)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 694, in easy_install&lt;BR /&gt;return self.install_item(spec, dist.location, tmpdir, deps)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 720, in install_item&lt;BR /&gt;dists = self.install_eggs(spec, download, tmpdir)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 915, in install_eggs&lt;BR /&gt;return self.build_and_install(setup_script, setup_base)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1187, in build_and_install&lt;BR /&gt;self.run_setup(setup_script, setup_base, args)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1171, in run_setup&lt;BR /&gt;run_setup(setup_script, args)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 257, in run_setup&lt;BR /&gt;raise&lt;BR /&gt;File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__&lt;BR /&gt;self.gen.throw(type, value, traceback)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__&lt;BR /&gt;self.gen.throw(type, value, traceback)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 164, in save_modules&lt;BR /&gt;saved_exc.resume()&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 139, in resume&lt;BR /&gt;raise exc.with_traceback(self._tb)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 152, in save_modules&lt;BR /&gt;yield saved&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 193, in setup_context&lt;BR /&gt;yield&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 254, in run_setup&lt;BR /&gt;_execfile(setup_script, ns)&lt;BR /&gt;File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile&lt;BR /&gt;exec(code, globals, locals)&lt;BR /&gt;File "/tmp/easy_install-1a8mb49c/cryptography-36.0.0/setup.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.path.append(os.path.abspath(os.path.dirname(__file__) + os.sep + "sss"))&lt;BR /&gt;ModuleNotFoundError: No module named 'setuptools_rust'&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;The mentioned URL is only about general installation and upgrading of pip. There is nothing to this special problem. And pip upgrading is also (weakly) blocked by debian as one is supposed to this via packages...&lt;/P&gt;&lt;P&gt;Does anyone here uses this above mentioned combination and has got sss build and installed?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 15:15:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE05x-Plug-amp-Trust-Middleware-Compile-Problem/m-p/1381329#M12708</guid>
      <dc:creator>jsl123</dc:creator>
      <dc:date>2021-12-03T15:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: EdgeLock SE05x Plug &amp; Trust Middleware Compile Problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE05x-Plug-amp-Trust-Middleware-Compile-Problem/m-p/1381922#M12720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/48010"&gt;@jsl123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The UM for MW has some details regarding install ssscli tool, Have you followed these steps?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1638789084199.png" style="width: 653px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164201iAC46749714CC99C5/image-dimensions/653x302?v=v2" width="653" height="302" role="button" title="Kan_Li_0-1638789084199.png" alt="Kan_Li_0-1638789084199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly refer to "simw-top/doc/pycli/doc/pre-steps.html#raspberry-pi" 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 11:12:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE05x-Plug-amp-Trust-Middleware-Compile-Problem/m-p/1381922#M12720</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-12-06T11:12:42Z</dc:date>
    </item>
  </channel>
</rss>

