<?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>MCUXpresso Secure Provisioning ToolのトピックRe: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1989948#M450</link>
    <description>&lt;P&gt;Ho&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Due to the infrastructure problems on our site, the fix got merged only yesterday.&lt;/P&gt;
&lt;P&gt;I discussed the possibility of distributing the patched version to you with the legal team. It seems that the only legal way is to do it via official "release".&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have scheduled the SPSDK 2.4 release on the 15th of November.&amp;nbsp; There is a possibility that we may also release SPSDK 2.3.1 even sooner.&amp;nbsp; This is still under discussion, so I will keep you updated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately distributing "unverified" source code via community is prohibited.&lt;BR /&gt;Sorry for this inconvenience. I hope next week will be okay with you.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 08:03:17 GMT</pubDate>
    <dc:creator>nxf93270</dc:creator>
    <dc:date>2024-11-07T08:03:17Z</dc:date>
    <item>
      <title>nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1977007#M424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am experiencing some problems with nxpimage. It seems that it cannot retrieve the entry point from the elf or srec files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that both files (are attached) contains entry point:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mastupristi_1-1729245960976.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305502iB2530E25B42A7FB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mastupristi_1-1729245960976.png" alt="mastupristi_1-1729245960976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mastupristi_2-1729246030394.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305503i8C823FA45FDF63DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mastupristi_2-1729246030394.png" alt="mastupristi_2-1729246030394.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my configuration file is this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ===========================================  HAB converted configuration  ============================================

# ======================================================================================================================
#                                                 == General Options ==                                                 
# ======================================================================================================================
# ------------------------------------------===== HAB Options [Required] =====------------------------------------------
# Description: An options block contains zero or more name/value pairs and the option settings that assign values to
# global options used by the nxpimage to control the generation of the output file.
options:
  # -----------------------------------===== HAB flags [Conditionally required] =====-----------------------------------
  # Description: HAB flags. 0x0 for unsigned, 0x08 signed, 0x0C encrypted.
  flags: 0
  # ------------------------------===== Image start address [Conditionally required] =====------------------------------
  # Description: First address of the bootable image in the target memory.
  startAddress: 0x30000000
  # ----------------------------------===== IVT Offset [Conditionally required] =====-----------------------------------
  # Description: Offset of IVT table(beginning of HAB container) from startAddress. This option can be omitted if family
  # and bootDevice are specified.
  ivtOffset: 4096
  # -------------------------------===== Initial Load size [Conditionally required] =====-------------------------------
  # Description: Size of the segments(such as IVT, BDT, DCD, XMCD) placed before the actual application image. The value
  # is specific per boot device type. This option can be omitted if family and bootDevice are specified.
  initialLoadSize: 8192
  # -------------------------------------===== Entry Point address [Optional] =====-------------------------------------
  # Description: Reset vector of the application. If not specified, the vector will be automatically detected from the
  # input image.
  entryPointAddress: 0x30002101
# ======================================================================================================================
#                                                    == HAB Input ==                                                    
# ======================================================================================================================
# ------------------------------------===== Plain application image [Required] =====------------------------------------
# Description: The input application image in plain BIN, S-REC or ELF.
inputImageFile: ./Rt117xDemo-v0.0.1-alpha.0+d9a7f7f.srec
# ======================================================================================================================
#                                                   == CSF Sections ==                                                  
# ======================================================================================================================
# -----------------------------------------===== CSF Sections [Optional] =====------------------------------------------
# Description: CSF Sections.
sections: []&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the command I run is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nxpimage hab export -c ./test.yaml -o ./out.bin&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the out.bin file correctly contains the entrypoint in the IVT:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mastupristi_0-1729245873373.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305501iED764BABA35DE0A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mastupristi_0-1729245873373.png" alt="mastupristi_0-1729245873373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I read this in one comment:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mastupristi_3-1729246096796.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305504iD9BA1B50AEFCAF34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mastupristi_3-1729246096796.png" alt="mastupristi_3-1729246096796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so I can omit the entry point of the .yaml file (i comment it), because nxpimage will be able to retrieve it from elf or srec, right?&lt;/P&gt;&lt;P&gt;By doing this, though, the binary file does not contain the entry point in the IVT:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mastupristi_4-1729246288473.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/305506iA59A81933D037FC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mastupristi_4-1729246288473.png" alt="mastupristi_4-1729246288473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where am I going wrong?&lt;BR /&gt;I have attached all the files so that you can try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 10:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1977007#M424</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-10-18T10:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978196#M428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reporting this issue.&lt;BR /&gt;When entryPointAddress is not specified, it's value is automatically taken from the raw binary as the reset vector(offset 0x4).&lt;/P&gt;
&lt;P&gt;We use bincopy package for conversion of srec, s19 or elf to raw binary. In case of the images you attached, the reset vector of exported image is 0x0, which is definitely wrong value.&lt;/P&gt;
&lt;P&gt;We are planning to extend the autodetection so the entryPointAddress can be taken from elf/srec metadata. It may be done in 2.5 release(planned on 12/2025).&amp;nbsp; Once this is done, you would be able to omit the&amp;nbsp;entryPointAddress in your configuration. Until then it must be specified explicitly.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 11:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978196#M428</guid>
      <dc:creator>nxf93270</dc:creator>
      <dc:date>2024-10-21T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978275#M430</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211742"&gt;@nxf93270&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, this is quite surprising.&lt;/P&gt;&lt;P&gt;Despite the fact that the entry point is clearly present in both .elf and .srec files, nxpimage seems incapable of retrieving it. What makes this even more puzzling is that, in a &lt;A href="https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/SPT-8-fail-to-detect-entry-point-of-elf/m-p/1906320/highlight/true#M401" target="_self"&gt;previous thread&lt;/A&gt;, NXP had explicitly mentioned that it &lt;EM&gt;should&lt;/EM&gt; work with .srec files. Moreover, the older tools worked flawlessly in this regard, so it’s hard to understand why SPSDK has taken a step backwards.&lt;/P&gt;&lt;P&gt;What’s even more baffling is that retrieving the entry point from .srec or .elf is just a matter of a few lines of Python code (the same language used to develop the entire SPSDK). Yet, somehow, we have to wait over a year for this feature to be implemented—scheduled for release 2.5 in December 2025. I must say, it's quite reassuring to know that a feature that used to work perfectly in older tools will eventually return—just in time for Christmas 2025! &lt;LI-EMOJI id="lia_christmas-tree" title=":christmas_tree:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;In all seriousness, it’s frustrating to encounter this kind of regression. I would appreciate any clarification on why this basic functionality was dropped and whether there’s any temporary workaround in the meantime. Having reliable tools is essential to keep development on track, so any feedback would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 13:15:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978275#M430</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-10-21T13:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978847#M431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When you mention the "older tools," are you referring to the elftosb and cst tools? As far as I know, the entrypointAddress must be specified explicitly when using elftosb, and I am not aware of any option to omit this setting. However, I don't have extensive experience with it, so I could be mistaken.&lt;/P&gt;
&lt;P&gt;I also made a typo regarding the release date of SPSDK 2.5; it is December 2024, not 2025. This means that the feature should be delivered within two months. We always collect feedback from our customers and strive to incorporate it into our product as quickly as possible. I hope this will enhance your experience with SPSDK. In the meantime, there is a workaround that involves specifying the entrypointAddress in the configuration file.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 06:32:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978847#M431</guid>
      <dc:creator>nxf93270</dc:creator>
      <dc:date>2024-10-22T06:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978946#M434</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211742"&gt;@nxf93270&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to know there was a typo.&lt;BR /&gt;Unfortunately, we are on a very tight schedule. Is it possible to get us an idea of code patches that we can apply locally while waiting for version 2.5 to be released?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:44:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978946#M434</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-10-22T07:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978994#M435</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Our team has discussed this issue and decided to update our schedule to include a fix for the 2.4 release, which is planned for the end of November.&lt;/P&gt;
&lt;P&gt;I can prepare a fix in by the end of this week and send you a pre-release version for testing, if that's okay with you.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 08:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1978994#M435</guid>
      <dc:creator>nxf93270</dc:creator>
      <dc:date>2024-10-22T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1979047#M436</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211742"&gt;@nxf93270&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Our team has discussed this issue and decided to update our schedule to include a fix for the 2.4 release, which is planned for the end of November.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am happy about this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;I can prepare a fix in by the end of this week and send you a pre-release version for testing, if that's okay with you.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is great. It's absolutely okay for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 09:00:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1979047#M436</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-10-22T09:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1989438#M448</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211742"&gt;@nxf93270&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;I can prepare a fix in by the end of this week and send you a pre-release version for testing, if that's okay with you.&lt;/P&gt;&lt;P&gt;This is great. It's absolutely okay for me&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;More than two weeks have passed, but you haven't contacted me back.&lt;/P&gt;&lt;P&gt;Do you have the pre-release to send me? Can you send it to me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 21:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1989438#M448</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-11-06T21:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1989948#M450</link>
      <description>&lt;P&gt;Ho&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Due to the infrastructure problems on our site, the fix got merged only yesterday.&lt;/P&gt;
&lt;P&gt;I discussed the possibility of distributing the patched version to you with the legal team. It seems that the only legal way is to do it via official "release".&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have scheduled the SPSDK 2.4 release on the 15th of November.&amp;nbsp; There is a possibility that we may also release SPSDK 2.3.1 even sooner.&amp;nbsp; This is still under discussion, so I will keep you updated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately distributing "unverified" source code via community is prohibited.&lt;BR /&gt;Sorry for this inconvenience. I hope next week will be okay with you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 08:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1989948#M450</guid>
      <dc:creator>nxf93270</dc:creator>
      <dc:date>2024-11-07T08:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: nxpimage cannot retrieve entrypoint from ELF or SREC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1997975#M468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;SPSDK containing the fix for you is already released.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Secure Provisioning SDK 2.4:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;GitHub: &lt;U&gt;&lt;A href="https://github.com/NXPmicro/spsdk" data-auth="NotApplicable" target="_blank"&gt;https://github.com/NXPmicro/spsdk&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;PyPi: &lt;U&gt;&lt;A href="https://pypi.org/project/spsdk/" data-auth="NotApplicable" target="_blank"&gt;https://pypi.org/project/spsdk/&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;Documentation: &lt;U&gt;&lt;A href="https://spsdk.readthedocs.io/en/latest/" data-auth="NotApplicable" target="_blank"&gt;https://spsdk.readthedocs.io/en/latest/&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;Release Notes: &lt;U&gt;&lt;A href="https://spsdk.readthedocs.io/en/latest/release_notes.html" data-auth="NotApplicable" target="_blank"&gt;https://spsdk.readthedocs.io/en/latest/release_notes.html&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;Feel free to test your workflow and contact me in case of any other questions.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 10:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/nxpimage-cannot-retrieve-entrypoint-from-ELF-or-SREC/m-p/1997975#M468</guid>
      <dc:creator>nxf93270</dc:creator>
      <dc:date>2024-11-20T10:54:02Z</dc:date>
    </item>
  </channel>
</rss>

