<?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のトピックRe: i.MX 8M</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1308004#M176946</link>
    <description>&lt;P&gt;Hi Paul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try mcuxpresso sdk for i.MX8MQ EVK board, available on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 00:43:56 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-07-15T00:43:56Z</dc:date>
    <item>
      <title>i.MX 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1307961#M176939</link>
      <description>&lt;P&gt;What development tools do I need to work with the i.MX 8M? To develop for the M4 core? Are there any free IDE tools offered by NXP for this processor? Are there any code/application examples for this processor? Specifically how to assign peripherals to the M4, how to start or run the application on the M4.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 20:54:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1307961#M176939</guid>
      <dc:creator>PMZ6</dc:creator>
      <dc:date>2021-07-14T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1308004#M176946</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try mcuxpresso sdk for i.MX8MQ EVK board, available on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 00:43:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1308004#M176946</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-07-15T00:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1308441#M176995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As igor said, download SDK. There are some example programs in it.&lt;/P&gt;&lt;P&gt;You can load examples on both DDR and TCM memory, so there are two different build scripts each with release and debug version.&lt;/P&gt;&lt;P&gt;Build one Example for TCM, i.e. run the script without ddr in its name.&lt;/P&gt;&lt;P&gt;To load the program, you can use UBoot or Jtag Programmer.&lt;/P&gt;&lt;P&gt;For UBoot, you can use the below commands:&lt;/P&gt;&lt;P&gt;u-boot=&amp;gt; tftpboot 0x48000000 ${serverip}:&amp;lt;example.bin&amp;gt;&lt;BR /&gt;u-boot=&amp;gt; cp.b 0x48000000 0x7e0000 0x20000&lt;BR /&gt;u-boot=&amp;gt; bootaux 0x7e0000&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Be careful that as the address used in uboot is for TCM, you need to use the script without &amp;lt;ddr&amp;gt; in its name.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hope it helps you&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 13:17:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1308441#M176995</guid>
      <dc:creator>akbar123</dc:creator>
      <dc:date>2021-07-15T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1312039#M177359</link>
      <description>&lt;P&gt;Thank you Igor, I am able to successfully build M4 examples from the SDK.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1312039#M177359</guid>
      <dc:creator>PMZ6</dc:creator>
      <dc:date>2021-07-22T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1312041#M177360</link>
      <description>&lt;P&gt;Having successfully built the SDK examples, how do I invoke the UBOOT command line?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M/m-p/1312041#M177360</guid>
      <dc:creator>PMZ6</dc:creator>
      <dc:date>2021-07-22T13:49:21Z</dc:date>
    </item>
  </channel>
</rss>

