<?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: RT700 LinkServer Documentation Request in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT700-LinkServer-Documentation-Request/m-p/2324317#M36265</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259709"&gt;@prathamvora&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A1: LinkServer CLI&amp;nbsp; &amp;nbsp; &amp;nbsp; .scp scripts&amp;nbsp; &amp;nbsp; &amp;nbsp; device JSON files&lt;/P&gt;
&lt;P&gt;LinkServer is NXP’s standalone GDB server and flash programming tool. It can be used&amp;nbsp; outside the MCUXpresso IDE.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER" target="_blank"&gt;LinkServer for Microcontrollers | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/UG10219.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/UG10219.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can view all available command-line options by running:&lt;/P&gt;
&lt;P&gt;linkserver --help&lt;/P&gt;
&lt;P&gt;linkserver gdbserver --help&lt;/P&gt;
&lt;P&gt;linkserver flash --help&lt;/P&gt;
&lt;DIV id="tinyMceEditormayliu1_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;The .scp script files are used by LinkServer to control connect,&amp;nbsp; reset&amp;nbsp; ,and so on.&lt;BR /&gt;you can open the RT700_reset.scp script to examine the structure and commands used for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can find device JSON &amp;nbsp;under:&lt;/P&gt;
&lt;P&gt;C:\nxp\LinkServer_25.12.83\devices\ MIMXRT700-EVK.json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The JSON file contains definitions for&amp;nbsp; memory map, flash regions, flash drivers...&lt;/P&gt;
&lt;P&gt;A2: Purpose of the .flash_config section&lt;/P&gt;
&lt;P&gt;Could you clarify where you saw the .flash_config section?&lt;/P&gt;
&lt;P&gt;For RT700 I strongly recommend reviewing this application note:&lt;/P&gt;
&lt;P&gt;AN14821 – RT700 Secure Boot and Image Structure&lt;BR /&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN14821&amp;amp;location=null&amp;amp;isHTMLorPDF=HTML" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN14821&amp;amp;location=null&amp;amp;isHTMLorPDF=HTML&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This AN explains the image header, boot flow, and memory layout required for RT700 secure and non-secure images.&lt;/P&gt;
&lt;P&gt;A3: Signing tools for RT700 secure boot&lt;/P&gt;
&lt;P&gt;For signing RT700 images, the recommended tool is:&lt;/P&gt;
&lt;P&gt;MCUXpresso Secure Provisioning (SEC) Tool&lt;/P&gt;
&lt;P&gt;This tool provides GUI workflow, and Full command-line interface , Support for image signing, certificate handling...&lt;/P&gt;
&lt;P&gt;For more detail information, you can refer to the below link.&lt;/P&gt;
&lt;P&gt;MCUXpresso Secure Provisioning Tool Documentation&lt;BR /&gt;&lt;A href="https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#id13" target="_blank"&gt;https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#id13&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2026-02-27_18-00-24.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377996iC2D9249BA4C75698/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snipaste_2026-02-27_18-00-24.png" alt="Snipaste_2026-02-27_18-00-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Mayliu&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2026 10:02:38 GMT</pubDate>
    <dc:creator>mayliu1</dc:creator>
    <dc:date>2026-02-27T10:02:38Z</dc:date>
    <item>
      <title>RT700 LinkServer Documentation Request</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT700-LinkServer-Documentation-Request/m-p/2322754#M36248</link>
      <description>&lt;P&gt;I am working with the&lt;STRONG&gt; RT700 series MCU on the EVK board&lt;/STRONG&gt; and using a &lt;STRONG&gt;CMake-based&lt;/STRONG&gt; build system together with LinkServer from the command line (outside of MCUXpresso IDE). The IDE example projects run correctly on my setup.&lt;/P&gt;&lt;P&gt;I am trying to gain a deeper understanding of the overall architecture and tooling. I am looking for clear and complete documentation covering:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Full list of &lt;STRONG&gt;LinkServer CLI options.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Structure and purpose of&lt;STRONG&gt; .scp&lt;/STRONG&gt; script files&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Device JSON configuration format and how &lt;STRONG&gt;flash drivers&lt;/STRONG&gt; are defined&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How the &lt;STRONG&gt;flash programming algorithm&lt;/STRONG&gt; is selected and executed from RAM&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The interaction between SCP scripts, JSON configuration, and the target device&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any official guide describing how to develop a &lt;STRONG&gt;custom memory/flash loader&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Additionally, I would appreciate clarification regarding:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The purpose of the &lt;STRONG&gt;.flash_config&lt;/STRONG&gt; section in the linker script&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Where this section is required to be placed &lt;STRONG&gt;(offset and memory region)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Which reference manual or document specifies this requirement&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For &lt;STRONG&gt;secure boot&lt;/STRONG&gt; applications, I would also like guidance on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The recommended utility to &lt;STRONG&gt;sign&lt;/STRONG&gt; an ELF/image for RT700&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Whether the signing tool supports &lt;STRONG&gt;command-line usage&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Documentation describing the signing flow and documentation for signing tool&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there a detailed user guide, reference manual, or architectural documentation that explains these components and requirements clearly.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 23:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT700-LinkServer-Documentation-Request/m-p/2322754#M36248</guid>
      <dc:creator>prathamvora</dc:creator>
      <dc:date>2026-02-25T23:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: RT700 LinkServer Documentation Request</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT700-LinkServer-Documentation-Request/m-p/2324317#M36265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259709"&gt;@prathamvora&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A1: LinkServer CLI&amp;nbsp; &amp;nbsp; &amp;nbsp; .scp scripts&amp;nbsp; &amp;nbsp; &amp;nbsp; device JSON files&lt;/P&gt;
&lt;P&gt;LinkServer is NXP’s standalone GDB server and flash programming tool. It can be used&amp;nbsp; outside the MCUXpresso IDE.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER" target="_blank"&gt;LinkServer for Microcontrollers | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/UG10219.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/UG10219.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can view all available command-line options by running:&lt;/P&gt;
&lt;P&gt;linkserver --help&lt;/P&gt;
&lt;P&gt;linkserver gdbserver --help&lt;/P&gt;
&lt;P&gt;linkserver flash --help&lt;/P&gt;
&lt;DIV id="tinyMceEditormayliu1_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;The .scp script files are used by LinkServer to control connect,&amp;nbsp; reset&amp;nbsp; ,and so on.&lt;BR /&gt;you can open the RT700_reset.scp script to examine the structure and commands used for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can find device JSON &amp;nbsp;under:&lt;/P&gt;
&lt;P&gt;C:\nxp\LinkServer_25.12.83\devices\ MIMXRT700-EVK.json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The JSON file contains definitions for&amp;nbsp; memory map, flash regions, flash drivers...&lt;/P&gt;
&lt;P&gt;A2: Purpose of the .flash_config section&lt;/P&gt;
&lt;P&gt;Could you clarify where you saw the .flash_config section?&lt;/P&gt;
&lt;P&gt;For RT700 I strongly recommend reviewing this application note:&lt;/P&gt;
&lt;P&gt;AN14821 – RT700 Secure Boot and Image Structure&lt;BR /&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN14821&amp;amp;location=null&amp;amp;isHTMLorPDF=HTML" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN14821&amp;amp;location=null&amp;amp;isHTMLorPDF=HTML&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This AN explains the image header, boot flow, and memory layout required for RT700 secure and non-secure images.&lt;/P&gt;
&lt;P&gt;A3: Signing tools for RT700 secure boot&lt;/P&gt;
&lt;P&gt;For signing RT700 images, the recommended tool is:&lt;/P&gt;
&lt;P&gt;MCUXpresso Secure Provisioning (SEC) Tool&lt;/P&gt;
&lt;P&gt;This tool provides GUI workflow, and Full command-line interface , Support for image signing, certificate handling...&lt;/P&gt;
&lt;P&gt;For more detail information, you can refer to the below link.&lt;/P&gt;
&lt;P&gt;MCUXpresso Secure Provisioning Tool Documentation&lt;BR /&gt;&lt;A href="https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#id13" target="_blank"&gt;https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#id13&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2026-02-27_18-00-24.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377996iC2D9249BA4C75698/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snipaste_2026-02-27_18-00-24.png" alt="Snipaste_2026-02-27_18-00-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Mayliu&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 10:02:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT700-LinkServer-Documentation-Request/m-p/2324317#M36265</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-02-27T10:02:38Z</dc:date>
    </item>
  </channel>
</rss>

