<?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>Other NXP ProductsのトピックChanging debug pin for M7</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2316635#M31206</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I built the Hello World example using &lt;STRONG&gt;SDK_25.12.00_MIMX8ML8xxxKZ&lt;/STRONG&gt; and the &lt;STRONG&gt;west build&lt;/STRONG&gt; command, but after running it through &lt;STRONG&gt;U-Boot&lt;/STRONG&gt;&amp;nbsp;with&amp;nbsp;&lt;STRONG&gt;ext4load&lt;/STRONG&gt;, I couldn't see the output in&amp;nbsp;the M7 debug terminal. Is it correct to load it through the U-Boot using ext4load?&lt;/P&gt;&lt;P&gt;Besides that, I'm using the Verdin iMX8M Plus and wanted to know how to set the &lt;STRONG&gt;UART4&lt;/STRONG&gt; as the M7 debug. What is the officially supported way to modify the M7 debug pin?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;Lucas Azeituno.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 18:39:06 GMT</pubDate>
    <dc:creator>Azeituno</dc:creator>
    <dc:date>2026-02-11T18:39:06Z</dc:date>
    <item>
      <title>Changing debug pin for M7</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2316635#M31206</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I built the Hello World example using &lt;STRONG&gt;SDK_25.12.00_MIMX8ML8xxxKZ&lt;/STRONG&gt; and the &lt;STRONG&gt;west build&lt;/STRONG&gt; command, but after running it through &lt;STRONG&gt;U-Boot&lt;/STRONG&gt;&amp;nbsp;with&amp;nbsp;&lt;STRONG&gt;ext4load&lt;/STRONG&gt;, I couldn't see the output in&amp;nbsp;the M7 debug terminal. Is it correct to load it through the U-Boot using ext4load?&lt;/P&gt;&lt;P&gt;Besides that, I'm using the Verdin iMX8M Plus and wanted to know how to set the &lt;STRONG&gt;UART4&lt;/STRONG&gt; as the M7 debug. What is the officially supported way to modify the M7 debug pin?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;Lucas Azeituno.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 18:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2316635#M31206</guid>
      <dc:creator>Azeituno</dc:creator>
      <dc:date>2026-02-11T18:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing debug pin for M7</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2317311#M31211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254090"&gt;@Azeituno&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;By default, UART4 is used as the debug console on the EVK boards.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It is possible that the issue you are experiencing is related to how the binary is being loaded onto the M‑core. To help us better understand the situation, could you please provide the exact steps you followed to load and run your application on the M‑core?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If a modification to the debug console configuration is required, this can be done in the &lt;STRONG&gt;board.h&lt;/STRONG&gt; file, where the UART instance and related settings can be adjusted.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you share your procedure, we will be happy to review it and guide you through the proper configuration.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 17:29:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2317311#M31211</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-12T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing debug pin for M7</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2320305#M31225</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;I copied the binary to the board, rebooted it, and stopped at U-Boot. Then I ran the following command in the U-Boot console:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ext4load mmc 2:2 ${loadaddr} "/home/root/hello_world_cm7.elf"; cp.b ${loadaddr} 0x7e0000 20000; dcache flush; mw.w 0x550ff000 0 64; bootaux 0x7e0000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It seems to be loaded as expected, but I couldn't see the "hello world" message.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 15:04:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2320305#M31225</guid>
      <dc:creator>Azeituno</dc:creator>
      <dc:date>2026-02-19T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing debug pin for M7</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2320412#M31227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254090"&gt;@Azeituno&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I haven’t tested this using the ELF file.&lt;BR /&gt;Please try using the binary (.bin) file instead, as we recommend storing and loading the binary from the boot partition.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can also refer to our guide based on the EVK board in the link below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-i-mx-8m-plus-evk:GS-iMX-8M-Plus-EVK?section=mcuxpresso-sdk" target="_blank"&gt;https://www.nxp.com/document/guide/getting-started-with-the-i-mx-8m-plus-evk:GS-iMX-8M-Plus-EVK?section=mcuxpresso-sdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 19:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Changing-debug-pin-for-M7/m-p/2320412#M31227</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-19T19:36:11Z</dc:date>
    </item>
  </channel>
</rss>

