<?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>Other NXP Products中的主题 NXP LS1046ARDB Bringup through CodeWarrior studio U-Boot hang on DDR</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-LS1046ARDB-Bringup-through-CodeWarrior-studio-U-Boot-hang-on/m-p/2016392#M26854</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the process of trying to learn bringing up a new board. I have a LS1046ARDB board and another LS1046 custom board. For both I have working files etc. But im going through the process to learn it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to use CodeWarrior studio to create DDR initialization files etc. Using the&amp;nbsp;ARMv8_Targeting_Manual.pdf and&amp;nbsp;&lt;SPAN&gt;AN12081 im getting pretty far. I am have copied over the DDR intialization files to a new c++ hello world project. Which i can run on both boards. When I follow the instructions and write U-Boot into memory I can release the core and start U-Boot. But U-Boot hangs on DDR initialization. I am unable to get any further then this. I have tried to remove/uncomment some of the U-Boot code for initializing DDR, but this doesnt really fix anything. Any help to this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rinke_0-1734552840053.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/316547i0CABDCFE4339269D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rinke_0-1734552840053.png" alt="Rinke_0-1734552840053.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 20:15:14 GMT</pubDate>
    <dc:creator>Rinke</dc:creator>
    <dc:date>2024-12-18T20:15:14Z</dc:date>
    <item>
      <title>NXP LS1046ARDB Bringup through CodeWarrior studio U-Boot hang on DDR</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-LS1046ARDB-Bringup-through-CodeWarrior-studio-U-Boot-hang-on/m-p/2016392#M26854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the process of trying to learn bringing up a new board. I have a LS1046ARDB board and another LS1046 custom board. For both I have working files etc. But im going through the process to learn it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to use CodeWarrior studio to create DDR initialization files etc. Using the&amp;nbsp;ARMv8_Targeting_Manual.pdf and&amp;nbsp;&lt;SPAN&gt;AN12081 im getting pretty far. I am have copied over the DDR intialization files to a new c++ hello world project. Which i can run on both boards. When I follow the instructions and write U-Boot into memory I can release the core and start U-Boot. But U-Boot hangs on DDR initialization. I am unable to get any further then this. I have tried to remove/uncomment some of the U-Boot code for initializing DDR, but this doesnt really fix anything. Any help to this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rinke_0-1734552840053.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/316547i0CABDCFE4339269D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rinke_0-1734552840053.png" alt="Rinke_0-1734552840053.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 20:15:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-LS1046ARDB-Bringup-through-CodeWarrior-studio-U-Boot-hang-on/m-p/2016392#M26854</guid>
      <dc:creator>Rinke</dc:creator>
      <dc:date>2024-12-18T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: NXP LS1046ARDB Bringup through CodeWarrior studio U-Boot hang on DDR</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-LS1046ARDB-Bringup-through-CodeWarrior-studio-U-Boot-hang-on/m-p/2018400#M26887</link>
      <description>&lt;P&gt;Please build u-boot without option "CONFIG_TFABOOT".&lt;/P&gt;
&lt;P&gt;In u-boot source file&amp;nbsp;board/freescale/ls1046ardb/ddr.c, please modify&amp;nbsp;fsl_initdram definition as the following.&lt;/P&gt;
&lt;P&gt;int fsl_initdram(void)&lt;BR /&gt;{&lt;BR /&gt;gd-&amp;gt;ram_size = 0x400000000;&lt;/P&gt;
&lt;P&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 07:31:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-LS1046ARDB-Bringup-through-CodeWarrior-studio-U-Boot-hang-on/m-p/2018400#M26887</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-12-23T07:31:57Z</dc:date>
    </item>
  </channel>
</rss>

