<?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: LS1043A Custom Board NAND Boot problem.</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381490#M9579</link>
    <description>&lt;P&gt;We have CPLD source for v1.4. but for v2.0 CPLD, there are no source files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just got&amp;nbsp;LS1043ARDB_PA_CPLD_v2.0_0714.jed file only for v2.0.&lt;/P&gt;&lt;P&gt;anyway, could you tell me how to upgrade cpld v2.0 with this .jed file.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Dec 2021 02:29:11 GMT</pubDate>
    <dc:creator>cyahn</dc:creator>
    <dc:date>2021-12-05T02:29:11Z</dc:date>
    <item>
      <title>LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1379373#M9530</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I develop a custom board based on LS1043A reference board.&lt;/P&gt;&lt;P&gt;We deployed it on customer sites and got some problem report about NAND boot fail.&lt;/P&gt;&lt;P&gt;The board did not boot anyway (no message on console). but through SD memory card, board boot successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I checked NAND memory contents and there&amp;nbsp; are no error found.&lt;/P&gt;&lt;P&gt;So, I rewrite whole contents of NAND memory to the board, then boot successfully then through NAND memory.&lt;/P&gt;&lt;P&gt;Anyone tell me what the problem is ? and how to fix it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 05:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1379373#M9530</guid>
      <dc:creator>cyahn</dc:creator>
      <dc:date>2021-12-01T05:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380434#M9555</link>
      <description>&lt;P&gt;Under SD u-boot, please write data to NAND flash, then read it back from NAND flash to memory to check whether the data is same as the original.&lt;/P&gt;
&lt;P&gt;In LSDK, please generate NAND flash firmware image with the following command. Then deploy it to NAND flash under SD u-boot to check whether there is console message on the target board.&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkfw -m ls1043ardb -b nand&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 08:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380434#M9555</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-02T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380570#M9559</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;If rewrite NAND memory contents, the problem will be fixed, As I mentioned on original posting.&lt;/P&gt;&lt;P&gt;Actually, I compared NAND memory contents with other normal working board and there are exact same on both side. I guess the NAND memory has no problem itself (I'm not sure)&lt;/P&gt;&lt;P&gt;Anyway, I want to know how to fix it without rewriting NAND contents. For example CPLD upgrade or something..&lt;BR /&gt;Our board CPLD version is 1.4 and LSDK based on Yocto project.&lt;/P&gt;&lt;P&gt;Have any idea.. please let me know.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 11:00:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380570#M9559</guid>
      <dc:creator>cyahn</dc:creator>
      <dc:date>2021-12-02T11:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380641#M9561</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;If rewrite NAND memory contents, the problem will be fixed, As I mentioned on original posting.&lt;/P&gt;&lt;P&gt;Actually, I compared NAND memory contents with other normal working board and there are exact same on both side. I guess the NAND memory has no problem itself (I'm not sure)&lt;/P&gt;&lt;P&gt;Anyway, I want to know how to fix it without rewriting NAND contents. For example CPLD upgrade or something..&lt;BR /&gt;Our board CPLD version is 1.4 and LSDK based on Yocto project.&lt;/P&gt;&lt;P&gt;Have any idea.. please let me know.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 13:02:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1380641#M9561</guid>
      <dc:creator>cyahn</dc:creator>
      <dc:date>2021-12-02T13:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381146#M9568</link>
      <description>&lt;P&gt;You could update CPLD to V2.0 to do more validation.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 09:03:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381146#M9568</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-03T09:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381490#M9579</link>
      <description>&lt;P&gt;We have CPLD source for v1.4. but for v2.0 CPLD, there are no source files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just got&amp;nbsp;LS1043ARDB_PA_CPLD_v2.0_0714.jed file only for v2.0.&lt;/P&gt;&lt;P&gt;anyway, could you tell me how to upgrade cpld v2.0 with this .jed file.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 02:29:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381490#M9579</guid>
      <dc:creator>cyahn</dc:creator>
      <dc:date>2021-12-05T02:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Custom Board NAND Boot problem.</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381845#M9587</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did upgrade CPLD to v2.0 from v1.4.&lt;/P&gt;&lt;P&gt;But the result is same. NAND boot failed, SD boot success.&lt;/P&gt;&lt;P&gt;The problem is really weird, I never met this kind issue before.&lt;/P&gt;&lt;P&gt;Have any idea to do more investigate about this issue?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 09:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Custom-Board-NAND-Boot-problem/m-p/1381845#M9587</guid>
      <dc:creator>cyahn</dc:creator>
      <dc:date>2021-12-06T09:26:10Z</dc:date>
    </item>
  </channel>
</rss>

