<?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: Cannot able to flash sample bootloader code through MCUSecure Provisioning ToolV4.0 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1459706#M190502</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently i am using default CM7 flash loader available in the MCUXpresso IDE &amp;amp; i am not modifying any memory region or partition .&lt;/P&gt;&lt;P&gt;Hope the default sample flash loader application will map to the CM7 core .&lt;/P&gt;&lt;P&gt;Is it possible where your reference to change the memory region?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the memory region currently the default CM7 flash loader program has,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-05-18 10-53-50.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180079i285C5C188B053762/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2022-05-18 10-53-50.png" alt="Screenshot from 2022-05-18 10-53-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;suggest us is that memory mapping is correct?&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 05:24:49 GMT</pubDate>
    <dc:creator>vishnusudhankj</dc:creator>
    <dc:date>2022-05-18T05:24:49Z</dc:date>
    <item>
      <title>Cannot able to flash sample bootloader code through MCUSecure Provisioning ToolV4.0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1457293#M190315</link>
      <description>&lt;P&gt;I tried to build the evkmimxrt1160_flashloader_cm7 (bootloader example) using MCUXpresso IDE. The generated axf/bin file flashed using MCu Secure Provisioning ToolV4.0 . While flashing the start address getting assigned as "0x20202000" &amp;amp; Getting error as like below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-05-12 18-44-00.png" style="width: 684px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179642i85ACEE7D96F04176/image-dimensions/684x385?v=v2" width="684" height="385" role="button" title="Screenshot from 2022-05-12 18-44-00.png" alt="Screenshot from 2022-05-12 18-44-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggested any thing needs to config in project setting to load the sample boot loader code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;cc: &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/108251"&gt;@kanimozhi_t&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 13:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1457293#M190315</guid>
      <dc:creator>vishnusudhankj</dc:creator>
      <dc:date>2022-05-12T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot able to flash sample bootloader code through MCUSecure Provisioning ToolV4.0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1457615#M190327</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Please modify the linker as below shows, to avoid using the OCRAM M4 area.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;MEMORY
{
  m_interrupts          (RX)  : ORIGIN = 0x20250000, LENGTH = 0x00000400
  m_text                (RX)  : ORIGIN = 0x20250400, LENGTH = 0x0001DC00
  m_data                (RW)  : ORIGIN = 0x20270000, LENGTH = 0x00010000
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeremyzhou_0-1652411336446.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179712i568F7CC6279F2780/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeremyzhou_0-1652411336446.png" alt="jeremyzhou_0-1652411336446.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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, 13 May 2022 03:09:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1457615#M190327</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-05-13T03:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot able to flash sample bootloader code through MCUSecure Provisioning ToolV4.0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1459706#M190502</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently i am using default CM7 flash loader available in the MCUXpresso IDE &amp;amp; i am not modifying any memory region or partition .&lt;/P&gt;&lt;P&gt;Hope the default sample flash loader application will map to the CM7 core .&lt;/P&gt;&lt;P&gt;Is it possible where your reference to change the memory region?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the memory region currently the default CM7 flash loader program has,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-05-18 10-53-50.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180079i285C5C188B053762/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2022-05-18 10-53-50.png" alt="Screenshot from 2022-05-18 10-53-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;suggest us is that memory mapping is correct?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 05:24:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1459706#M190502</guid>
      <dc:creator>vishnusudhankj</dc:creator>
      <dc:date>2022-05-18T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot able to flash sample bootloader code through MCUSecure Provisioning ToolV4.0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1460524#M190554</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;1) Is it possible where your reference to change the memory region? &lt;BR /&gt;-- Yes, you can modify the linker file to change the memory region.&lt;BR /&gt;Hope this is clear.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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, 19 May 2022 03:26:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-able-to-flash-sample-bootloader-code-through-MCUSecure/m-p/1460524#M190554</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-05-19T03:26:26Z</dc:date>
    </item>
  </channel>
</rss>

