<?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>i.MX ProcessorsのトピックFlashing and Debugging Cortex-M7 Firmware on i.MX8M Plus EVK (with and without Cortex-A53)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-and-Debugging-Cortex-M7-Firmware-on-i-MX8M-Plus-EVK/m-p/2168685#M240684</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am working with the i.MX8M Plus EVK (8MPLUSLPD4-EVK) and using the MCUXpresso SDK (not MCUXpresso IDE or VS Code) for Cortex-M7 development. I can successfully build my project and generate the output files (.elf and .bin) using the ARM GCC compiler.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Now I need clear guidance on the next step:&lt;/P&gt;&lt;H3&gt;Flashing and Running M7 Firmware&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;With Cortex-A53:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the detailed process to flash and run the M7 firmware using the Cortex-A53 side (for example via U-Boot commands or Linux remoteproc)?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Without Cortex-A53:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the detailed process to flash and debug the M7 firmware directly, without depending on the A53 core?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How is the M7 firmware typically loaded into OCRAM/TCM, and can it be run fully standalone?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Debugging Tools and Probes&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Which hardware debug probes are officially supported for connecting directly to the Cortex-M7 on this EVK (e.g., Segger J-Link)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Which probes/tool-chains work well with bare-metal development (no IDE, only MCUXpresso SDK and GCC tool-chain)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is it possible to debug the M7 independently with JTAG/SWD, or must the A53 be involved for initialization?&lt;BR /&gt;&lt;BR /&gt;GOAL:&lt;/P&gt;&lt;P&gt;I need a clear, step-by-step procedure for both development flows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Flashing and debugging via Cortex-A53.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Flashing and debugging directly on Cortex-M7 (without A53).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any official documentation, application notes, or step-by-step references for these two methods would be very helpful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 12 Sep 2025 07:09:59 GMT</pubDate>
    <dc:creator>Subrahmanyam1</dc:creator>
    <dc:date>2025-09-12T07:09:59Z</dc:date>
    <item>
      <title>Flashing and Debugging Cortex-M7 Firmware on i.MX8M Plus EVK (with and without Cortex-A53)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-and-Debugging-Cortex-M7-Firmware-on-i-MX8M-Plus-EVK/m-p/2168685#M240684</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am working with the i.MX8M Plus EVK (8MPLUSLPD4-EVK) and using the MCUXpresso SDK (not MCUXpresso IDE or VS Code) for Cortex-M7 development. I can successfully build my project and generate the output files (.elf and .bin) using the ARM GCC compiler.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Now I need clear guidance on the next step:&lt;/P&gt;&lt;H3&gt;Flashing and Running M7 Firmware&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;With Cortex-A53:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the detailed process to flash and run the M7 firmware using the Cortex-A53 side (for example via U-Boot commands or Linux remoteproc)?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Without Cortex-A53:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the detailed process to flash and debug the M7 firmware directly, without depending on the A53 core?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How is the M7 firmware typically loaded into OCRAM/TCM, and can it be run fully standalone?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Debugging Tools and Probes&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Which hardware debug probes are officially supported for connecting directly to the Cortex-M7 on this EVK (e.g., Segger J-Link)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Which probes/tool-chains work well with bare-metal development (no IDE, only MCUXpresso SDK and GCC tool-chain)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is it possible to debug the M7 independently with JTAG/SWD, or must the A53 be involved for initialization?&lt;BR /&gt;&lt;BR /&gt;GOAL:&lt;/P&gt;&lt;P&gt;I need a clear, step-by-step procedure for both development flows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Flashing and debugging via Cortex-A53.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Flashing and debugging directly on Cortex-M7 (without A53).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any official documentation, application notes, or step-by-step references for these two methods would be very helpful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:09:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-and-Debugging-Cortex-M7-Firmware-on-i-MX8M-Plus-EVK/m-p/2168685#M240684</guid>
      <dc:creator>Subrahmanyam1</dc:creator>
      <dc:date>2025-09-12T07:09:59Z</dc:date>
    </item>
  </channel>
</rss>

