<?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 SD Clock source is not correct in LS1046 in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/SD-Clock-source-is-not-correct-in-LS1046/m-p/1383248#M9602</link>
    <description>&lt;P&gt;Hi NXP Team&lt;/P&gt;&lt;P&gt;My platform follow the LS1046ardb demo board.&lt;/P&gt;&lt;P&gt;I try to test&amp;nbsp; "boot form SD card", but I can not boot form SD.&lt;/P&gt;&lt;P&gt;(1) In Demo board The CLK1 = 156Mhz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charleshuang_1-1638951463351.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164478i3CA7C2D5F2B972E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charleshuang_1-1638951463351.png" alt="charleshuang_1-1638951463351.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(2) In my design board CLK1 =100Mhz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charleshuang_0-1638951441007.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164477i198C63FED2D0CA5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charleshuang_0-1638951441007.png" alt="charleshuang_0-1638951441007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why the CLK1 is different, my source code the same with Demoboard.&lt;/P&gt;&lt;P&gt;Do you have any advice?&lt;/P&gt;&lt;P&gt;The CLK1 is not correct.&amp;nbsp; I can not boot up form SD, right?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 08:25:31 GMT</pubDate>
    <dc:creator>charleshuang</dc:creator>
    <dc:date>2021-12-08T08:25:31Z</dc:date>
    <item>
      <title>SD Clock source is not correct in LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/SD-Clock-source-is-not-correct-in-LS1046/m-p/1383248#M9602</link>
      <description>&lt;P&gt;Hi NXP Team&lt;/P&gt;&lt;P&gt;My platform follow the LS1046ardb demo board.&lt;/P&gt;&lt;P&gt;I try to test&amp;nbsp; "boot form SD card", but I can not boot form SD.&lt;/P&gt;&lt;P&gt;(1) In Demo board The CLK1 = 156Mhz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charleshuang_1-1638951463351.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164478i3CA7C2D5F2B972E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charleshuang_1-1638951463351.png" alt="charleshuang_1-1638951463351.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(2) In my design board CLK1 =100Mhz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charleshuang_0-1638951441007.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164477i198C63FED2D0CA5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charleshuang_0-1638951441007.png" alt="charleshuang_0-1638951441007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why the CLK1 is different, my source code the same with Demoboard.&lt;/P&gt;&lt;P&gt;Do you have any advice?&lt;/P&gt;&lt;P&gt;The CLK1 is not correct.&amp;nbsp; I can not boot up form SD, right?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 08:25:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SD-Clock-source-is-not-correct-in-LS1046/m-p/1383248#M9602</guid>
      <dc:creator>charleshuang</dc:creator>
      <dc:date>2021-12-08T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: SD Clock source is not correct in LS1046</title>
      <link>https://community.nxp.com/t5/Layerscape/SD-Clock-source-is-not-correct-in-LS1046/m-p/1383765#M9612</link>
      <description>&lt;P&gt;Please refer to the following in&amp;nbsp;checkboard function in&amp;nbsp;board/freescale/ls1046ardb/ls1046ardb.c in u-boot source code.&lt;/P&gt;
&lt;P&gt;int checkboard(void)&lt;BR /&gt;{&lt;BR /&gt;static const char *freq[2] = {"100.00MHZ", "156.25MHZ"};&lt;/P&gt;
&lt;P&gt;......&lt;/P&gt;
&lt;P&gt;puts("SERDES Reference Clocks:\n");&lt;BR /&gt;sd1refclk_sel = CPLD_READ(sd1refclk_sel);&lt;BR /&gt;printf("SD1_CLK1 = %s, SD1_CLK2 = %s\n", freq[sd1refclk_sel], freq[0]);&lt;/P&gt;
&lt;P&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;The value of&amp;nbsp;sd1refclk_sel is read from CPLD, however you didn't program CPLD firmware on your target board, so the variable&amp;nbsp;sd1refclk_sel is 0, SD1_CLK1( freq[sd1refclk_sel]) is freq[0], it is 100MHZ.&lt;/P&gt;
&lt;P&gt;So, please program CPLD and FPGA on your custom board.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SD-Clock-source-is-not-correct-in-LS1046/m-p/1383765#M9612</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-09T05:26:03Z</dc:date>
    </item>
  </channel>
</rss>

