<?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 SDRAM initialization for Mfgtools in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519928#M84257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does the Mfgtools initializes the SDRAM on the IMX6 Sabre board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a IMX6SX SabreSD board and was able to bootup using Mfgtools as I can see debug messages from the USB-Serial port but do not see any debug message when using my own prototype board. The only difference between the 2 board is the SDRAM memory size. 1G in 32- bit vs 512MB in -16bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to pass in an SDRAM initialization script similar to the old Freescale ATK tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 04:05:56 GMT</pubDate>
    <dc:creator>hengyewlim</dc:creator>
    <dc:date>2016-06-14T04:05:56Z</dc:date>
    <item>
      <title>SDRAM initialization for Mfgtools</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519928#M84257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does the Mfgtools initializes the SDRAM on the IMX6 Sabre board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a IMX6SX SabreSD board and was able to bootup using Mfgtools as I can see debug messages from the USB-Serial port but do not see any debug message when using my own prototype board. The only difference between the 2 board is the SDRAM memory size. 1G in 32- bit vs 512MB in -16bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to pass in an SDRAM initialization script similar to the old Freescale ATK tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 04:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519928#M84257</guid>
      <dc:creator>hengyewlim</dc:creator>
      <dc:date>2016-06-14T04:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM initialization for Mfgtools</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519929#M84258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DRAM initialization in provided in U-boot, say, via DCD table.&lt;/P&gt;&lt;P&gt;Please change U-boot in the same manner as for target Linux,&lt;/P&gt;&lt;P&gt;using recommendations of Chapter 1 (Porting U-Boot from an i.MX 6/7 &lt;BR /&gt;Reference Board to an i.MX 6/7 Custom Board) in "i.MX_BSP_Porting_Guide.pdf",&lt;/P&gt;&lt;P&gt;and build the mfg configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp; To build a manufacturing image do the following -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A manufacturing tool kernel is built using the imx_v7_mfg_defconfig while the default &lt;BR /&gt;kernel is built by using the imx_v7_defconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519929#M84258</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-14T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM initialization for Mfgtools</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519930#M84259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I managed to change the DCD and it is working. :smileyhappy: &lt;/P&gt;&lt;P&gt;But having a problem trying to bootup through NAND on my board after flashing u-boot using u-boot nand command.&lt;/P&gt;&lt;P&gt;Is it possible to use the uboot nand command to flash u-boot and bootup?&lt;/P&gt;&lt;P&gt;I read on some threads from the community that it will not work unless kobs-ng is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HengYew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 05:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519930#M84259</guid>
      <dc:creator>hengyewlim</dc:creator>
      <dc:date>2016-06-16T05:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: SDRAM initialization for Mfgtools</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519931#M84260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I read on some threads from the community that it will not work unless kobs-ng is being used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; yes, please refer to the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/428545"&gt;IMX6SX NAND Boot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 08:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SDRAM-initialization-for-Mfgtools/m-p/519931#M84260</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-21T08:13:16Z</dc:date>
    </item>
  </channel>
</rss>

