<?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: linkserver loading binary in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2137135#M34770</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232947"&gt;@yosri_c&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This project maybe helpful for you:&amp;nbsp;&lt;A href="https://www.nxpic.org.cn/module/forum/thread-620172-1-1.html" target="_blank"&gt;https://www.nxpic.org.cn/module/forum/thread-620172-1-1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It makes the flashloader as a bin array and loads it into RAM and jumps in the main function.That is, this program can be applied to any debugger.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 07:36:18 GMT</pubDate>
    <dc:creator>Gavin_Jia</dc:creator>
    <dc:date>2025-07-21T07:36:18Z</dc:date>
    <item>
      <title>linkserver loading binary</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2130027#M34664</link>
      <description>&lt;P&gt;Greetings NXP support&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we're trying to automate our boards set up (imx RT1176) , and we are using &lt;STRONG&gt;Linkserver&lt;/STRONG&gt; &lt;STRONG&gt;cmd&lt;/STRONG&gt; with &lt;STRONG&gt;MCU_LINK&lt;/STRONG&gt; in a python script to flash and load binaries in Flash NOR , and&amp;nbsp; we are using a minimal &lt;STRONG&gt;Flashloader&lt;/STRONG&gt; to burn couple of fuses and for some specific&amp;nbsp; hw initialization , for the moment we are done&amp;nbsp; with loading binaries in Flash , but we couldn't figure out how to load and run flashloader into &lt;STRONG&gt;OCRAM1&lt;/STRONG&gt; using linkserver&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:/nxp/LinkServer_24.12.21/LinkServer.exe flash MIMXRT1176:MIMXRT1170-EVK load combined_RAW_image.bin:0x60000000&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp;(&amp;nbsp; this is for flash NOR&amp;nbsp; )&lt;/P&gt;&lt;P&gt;anything might help ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 09:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2130027#M34664</guid>
      <dc:creator>yosri_c</dc:creator>
      <dc:date>2025-07-08T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: linkserver loading binary</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2130063#M34665</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;To load and run your minimal Flashloader into OCRAM1 on the i.MX RT1176 using LinkServer, you'll need a two-step process instead of your current flash command. First, use LinkServer.exe flash MIMXRT1176:MIMXRT1170-EVK load your_flashloader.bin:0x20200000 to transfer the binary to OCRAM1 (confirming the exact address). Then, execute it with LinkServer.exe flash MIMXRT1176:MIMXRT1170-EVK go 0x20200000. Ensure your flashloader binary is designed for direct execution from RAM.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 10:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2130063#M34665</guid>
      <dc:creator>tejara7613</dc:creator>
      <dc:date>2025-07-08T10:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: linkserver loading binary</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2131624#M34680</link>
      <description>i think this command would try to load the binary into flash not ram ..</description>
      <pubDate>Thu, 10 Jul 2025 10:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2131624#M34680</guid>
      <dc:creator>yosri_c</dc:creator>
      <dc:date>2025-07-10T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: linkserver loading binary</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2137135#M34770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232947"&gt;@yosri_c&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This project maybe helpful for you:&amp;nbsp;&lt;A href="https://www.nxpic.org.cn/module/forum/thread-620172-1-1.html" target="_blank"&gt;https://www.nxpic.org.cn/module/forum/thread-620172-1-1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It makes the flashloader as a bin array and loads it into RAM and jumps in the main function.That is, this program can be applied to any debugger.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 07:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2137135#M34770</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2025-07-21T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: linkserver loading binary</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2143465#M34854</link>
      <description>Thank you Gavin</description>
      <pubDate>Wed, 30 Jul 2025 10:18:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/linkserver-loading-binary/m-p/2143465#M34854</guid>
      <dc:creator>yosri_c</dc:creator>
      <dc:date>2025-07-30T10:18:42Z</dc:date>
    </item>
  </channel>
</rss>

