<?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: Using less memory with i.MX6 SabreLite clone board. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229267#M16905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I got it. I configured &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MDASP&lt;/SPAN&gt; register using this equation: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DDR_CS_SIZE/32MB + 0x7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;which gives me 0x0F. u-boot is loading.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Konstantyn&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 20:16:14 GMT</pubDate>
    <dc:creator>konstantynproko</dc:creator>
    <dc:date>2013-11-26T20:16:14Z</dc:date>
    <item>
      <title>Using less memory with i.MX6 SabreLite clone board.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229265#M16903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, We've got SabreLite clone development board from BoundaryDevices (Nitrogen6dl) with dual-lite i.MX6. We are developing our own board based on Freescale reference design and for design reasons we have to use a single DDR3 SDRAM chip: 1x128x16 (256MBytes, 16 bit). I'm using SDP to load u-boot to the development board and successfully doing so for full memory: 4x128x16 (1GB) and half memory: 2x128x16 (512MB). I'm pointing to the predefined DDR3 configuration files in u-boot source code (800mhz_4x128mx16.cfg and 800mhz_2x128mx16.cfg).&lt;/P&gt;&lt;P&gt;When I'm trying my own configuration file for the single DDR3 chip, u-boot fails to load to memory, hangs during upload. &lt;/P&gt;&lt;P&gt;I'm setting: MDCTL register: data width (16 bit), rows, columns, CS0. MDASP register: 0x00000007 (256MB) - 28bits AXI_ADDRESS. THe rest of the registers in DDR3 config files are for timing and delays. &lt;/P&gt;&lt;P&gt;I've checked load address is way bellow the end of single chip memory. I'm new to u-boot and probably missed some necessary steps, is there anything else I need to change to make it work? Thank you very much for any help or suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Konstantyn &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 16:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229265#M16903</guid>
      <dc:creator>konstantynproko</dc:creator>
      <dc:date>2013-11-26T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using less memory with i.MX6 SabreLite clone board.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229266#M16904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found this link but I've got two DDR3 chips working already with existing DDR3 configuration files. I've done everything suggested in the link without success.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/306795"&gt;https://community.freescale.com/thread/306795&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Konstantyn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:37:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229266#M16904</guid>
      <dc:creator>konstantynproko</dc:creator>
      <dc:date>2013-11-26T19:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using less memory with i.MX6 SabreLite clone board.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229267#M16905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I got it. I configured &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MDASP&lt;/SPAN&gt; register using this equation: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DDR_CS_SIZE/32MB + 0x7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;which gives me 0x0F. u-boot is loading.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Konstantyn&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 20:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-less-memory-with-i-MX6-SabreLite-clone-board/m-p/229267#M16905</guid>
      <dc:creator>konstantynproko</dc:creator>
      <dc:date>2013-11-26T20:16:14Z</dc:date>
    </item>
  </channel>
</rss>

