<?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 Pre-built image is loaded to the wrong location in FLASH in MCUXpresso Secure Provisioning Tool</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079944#M29</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that using the Secure Provisioning Tool to program a pre-built image into an RT1050 the image is placed at 0x60001000 instead of 0x60000000. This results in an image that does not boot. Using the SDP and BLHOST utilities from the command line and placing the same image at 0x60000000 the result is an image that boots correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Why does the tool place the image offset by 0x1000?&lt;/P&gt;&lt;P&gt;2. Is there a way to change this offset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snippet from the log file of the tool when it writes the image into FLASH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Applications/MCUX_Provi_v1/MCUXpresso Secure Provisioning Tools v1.app/Contents/MacOS/tools/blhost/mac/blhost -u 0x15A2,0x0073 -j -- write-memory 0x60001000 /Users/andrewm/MUN4_NXP_provisioning_tool/u-boot.bin 9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2020 19:18:03 GMT</pubDate>
    <dc:creator>andrewmccartney</dc:creator>
    <dc:date>2020-07-22T19:18:03Z</dc:date>
    <item>
      <title>Pre-built image is loaded to the wrong location in FLASH</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079944#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that using the Secure Provisioning Tool to program a pre-built image into an RT1050 the image is placed at 0x60001000 instead of 0x60000000. This results in an image that does not boot. Using the SDP and BLHOST utilities from the command line and placing the same image at 0x60000000 the result is an image that boots correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Why does the tool place the image offset by 0x1000?&lt;/P&gt;&lt;P&gt;2. Is there a way to change this offset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snippet from the log file of the tool when it writes the image into FLASH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Applications/MCUX_Provi_v1/MCUXpresso Secure Provisioning Tools v1.app/Contents/MacOS/tools/blhost/mac/blhost -u 0x15A2,0x0073 -j -- write-memory 0x60001000 /Users/andrewm/MUN4_NXP_provisioning_tool/u-boot.bin 9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2020 19:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079944#M29</guid>
      <dc:creator>andrewmccartney</dc:creator>
      <dc:date>2020-07-22T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-built image is loaded to the wrong location in FLASH</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079945#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;write expects the bootable image without FCB configuration (_nopadding.bin). Typical workflow for images located in flash:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;image (interrupt vector table) starts at 0x60002000&lt;/LI&gt;&lt;LI&gt;during build, bootable image is created with IVT (image vector table) starting at 0x60001000&lt;/LI&gt;&lt;LI&gt;during write, FCB (flash configuration block) is created at 0x60000000&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can find detailed description in the documentation, chapter Workflow.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 06:31:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079945#M30</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2020-07-23T06:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-built image is loaded to the wrong location in FLASH</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079946#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information, that's helpful in understanding how the tool works. Is there any way to change the settings of the tool in order to accommodate a bootable image that includes the FCB already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079946#M31</guid>
      <dc:creator>andrewmccartney</dc:creator>
      <dc:date>2020-07-23T14:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-built image is loaded to the wrong location in FLASH</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079947#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;currently such image is not supported. However you can specify custom FCB content using:&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;toolbar - Boot Device - flex-spi-nor/user FCB file&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2020 06:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Secure-Provisioning/Pre-built-image-is-loaded-to-the-wrong-location-in-FLASH/m-p/1079947#M32</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2020-07-24T06:12:47Z</dc:date>
    </item>
  </channel>
</rss>

