<?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: Custom IMX8MM board with DDR4 + Yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646290#M205428</link>
    <description>&lt;P&gt;pls refer to the enclosed file&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 09:16:19 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2023-05-08T09:16:19Z</dc:date>
    <item>
      <title>Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646264#M205421</link>
      <description>&lt;P&gt;Hi! I created a my custom IMX8MM board with DDR4. All DDR4 tests passed successfully in Configuration tools for IMX.&amp;nbsp;&lt;BR /&gt;I am trying to make a u-boot for my board by Yocto. I take an IMX8MM_DDR4_EVK as starting point. But it is my first experience with Yocto.&amp;nbsp;&lt;BR /&gt;Which files and where should I change or/and add to layers? It looks like I should change the Device Tree and config file for DDR4.&lt;BR /&gt;Can anyone give me a hint?&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 08:24:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646264#M205421</guid>
      <dc:creator>AlekseyM</dc:creator>
      <dc:date>2023-05-08T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646290#M205428</link>
      <description>&lt;P&gt;pls refer to the enclosed file&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 09:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646290#M205428</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-05-08T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646402#M205442</link>
      <description>&lt;P&gt;Okay. When I do step 5:&lt;BR /&gt;Edit the machine configuration file with device trees listed in the KERNEL_DEVICETREE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below code from evk board:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;KERNEL_DEVICETREE_BASENAME&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"${MACHINE}"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;KERNEL_DEVICETREE:append:&lt;/SPAN&gt;&lt;SPAN&gt;use-nxp-bsp&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; freescale/${KERNEL_DEVICETREE_BASENAME}-revb.dtb \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67191.dtb \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67191-cmd-ram.dtb \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67199.dtb \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67199-cmd-ram.dtb \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;BR /&gt;Where I can find this files? Search in dir imx-yocto-bsp doesn't help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 May 2023 15:05:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646402#M205442</guid>
      <dc:creator>AlekseyM</dc:creator>
      <dc:date>2023-05-08T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646422#M205447</link>
      <description>&lt;P&gt;The same question for 3.2.1&amp;nbsp;Changing the DCD table for i.MX DDR initialization&lt;BR /&gt;I try to find&amp;nbsp;mx6q.cfg&lt;BR /&gt;Also, step 6 says, what I should change SPL. Where I can find a guide?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 13:27:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646422#M205447</guid>
      <dc:creator>AlekseyM</dc:creator>
      <dc:date>2023-05-08T13:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646776#M205479</link>
      <description>&lt;P&gt;pls download yocto bsp according to the enclosed file, you can find all of source code there&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 04:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1646776#M205479</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-05-09T04:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1647154#M205522</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks. What do I need to change the device tree? Do you have some guides for this or tools? Appnote AN5125 acceptable for IMX8MM?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 12:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1647154#M205522</guid>
      <dc:creator>AlekseyM</dc:creator>
      <dc:date>2023-05-09T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1647787#M205598</link>
      <description>&lt;P&gt;yes, this AN is available for imx8mm, what kind of DDR4 do you use?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 08:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1647787#M205598</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-05-10T08:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX8MM board with DDR4 + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1661749#M206935</link>
      <description>&lt;P&gt;AS4C512M16D4-75BCN&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:57:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX8MM-board-with-DDR4-Yocto/m-p/1661749#M206935</guid>
      <dc:creator>AlekseyM</dc:creator>
      <dc:date>2023-06-01T09:57:36Z</dc:date>
    </item>
  </channel>
</rss>

