<?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>LayerscapeのトピックRe: Cannot set CONFIG_DDR_NODIMM</title>
    <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2323909#M16524</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256728"&gt;@bezeria&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The LX2160 platform doesn't have support for NODIMM out of the box.&lt;/P&gt;
&lt;P&gt;you need to add&amp;nbsp; your DDR_NODIMM_Custom file to ATF.&lt;/P&gt;
&lt;P&gt;Please use the DDRv tool to obtain the ddr_init.c acoording to your needs, then add it to the ATF.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;LFGP&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2026 17:06:42 GMT</pubDate>
    <dc:creator>LFGP</dc:creator>
    <dc:date>2026-02-26T17:06:42Z</dc:date>
    <item>
      <title>Cannot set CONFIG_DDR_NODIMM</title>
      <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2322628#M16519</link>
      <description>&lt;P&gt;I am using latest flexbuild from&amp;nbsp;&lt;A href="https://github.com/NXP/flexbuild" target="_blank" rel="noopener"&gt;https://github.com/NXP/flexbuild&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am modifying `flexbuild/components_lsdk2512/bsp/atf/plat/nxp/soc-lx2160a/lx2160ardb/platform.mk`&lt;/P&gt;&lt;P&gt;to include `CONFIG_DDR_NODIMM := 1`&lt;/P&gt;&lt;P&gt;Afterwards, I am rebuilding atf with `bld atf -m lx2160ardb -b sd` , but I am getting the following error:&lt;/P&gt;&lt;P&gt;Building ATF for lx2160ardb sd boot&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_sd*.pbl': No such file or directory&lt;BR /&gt;make[1]: *** [/home/bezeria/repos/flexbuild/src/bsp/atf.mk:107: atf] Error 1&lt;BR /&gt;make: *** [Makefile:14: atf] Error 2&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 17:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2322628#M16519</guid>
      <dc:creator>bezeria</dc:creator>
      <dc:date>2026-02-25T17:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set CONFIG_DDR_NODIMM</title>
      <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2323909#M16524</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256728"&gt;@bezeria&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The LX2160 platform doesn't have support for NODIMM out of the box.&lt;/P&gt;
&lt;P&gt;you need to add&amp;nbsp; your DDR_NODIMM_Custom file to ATF.&lt;/P&gt;
&lt;P&gt;Please use the DDRv tool to obtain the ddr_init.c acoording to your needs, then add it to the ATF.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;LFGP&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 17:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2323909#M16524</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2026-02-26T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set CONFIG_DDR_NODIMM</title>
      <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2323925#M16525</link>
      <description>&lt;P&gt;I have the values for CONFIG_DDR_NODIMM for the ATF.&lt;/P&gt;&lt;P&gt;I place them to ddr_init.c then place CONFIG_DDR_NODIMM:=1 to platform.mk, and issue&lt;/P&gt;&lt;P&gt;bld bsp -m lx2160ardb&lt;/P&gt;&lt;P&gt;But I get the error described in the previous post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 17:40:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2323925#M16525</guid>
      <dc:creator>bezeria</dc:creator>
      <dc:date>2026-02-26T17:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set CONFIG_DDR_NODIMM</title>
      <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2324724#M16533</link>
      <description>&lt;P&gt;One problem is fixed when I updated the&amp;nbsp;ddr_get_ddr_params in ddr_init.c&lt;/P&gt;&lt;P&gt;The atf compiles now succesfully, but when I deploy it, I get&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;NOTICE: BL2: Built : 18:50:19, Feb 28 2026&lt;BR /&gt;NOTICE: Fixed DDR Config 1&lt;BR /&gt;ERROR: DDR Clk: MCLK cycle is 625 ps.&lt;BR /&gt;ERROR: DDR Clk is faster than DIMM can support.&lt;BR /&gt;ERROR: Execution FW failed (error code -5)&lt;BR /&gt;ERROR: Calculating DDR PHY registers failed.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The DIMM I am deploying is 2933Mhz (lower than the default 3200Mhz); I have already edited the RCW to lower the DDR controller to 2900 and even 2600. The error still happens.&lt;/P&gt;&lt;P&gt;How can I correctly configure the DDR clock?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 18:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2324724#M16533</guid>
      <dc:creator>bezeria</dc:creator>
      <dc:date>2026-02-28T18:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot set CONFIG_DDR_NODIMM</title>
      <link>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2324729#M16534</link>
      <description>&lt;P&gt;I managed to fix the MCLK cycle problem, but I arrived to a new problem of interleaving mode. I am using the default 2 ddr controllers&amp;nbsp;NUM_OF_DDRC . The error is:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;NOTICE: BL2: Built : 23:02:58, Feb 28 2026&lt;BR /&gt;NOTICE: Fixed DDR Config 1&lt;BR /&gt;ERROR: Unknown interleaving modeERROR: Assigning address error&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This happens with 2 or 4 DIMM configuration (info.dimm_on_ctlr = DDRC_NUM_DIMM&amp;nbsp; = 2 or 4)&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 22:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Cannot-set-CONFIG-DDR-NODIMM/m-p/2324729#M16534</guid>
      <dc:creator>bezeria</dc:creator>
      <dc:date>2026-02-28T22:31:16Z</dc:date>
    </item>
  </channel>
</rss>

