<?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: custom LS1012A Board in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722512#M3012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;We were able to find the error in the meantime. On the board is a different PHY than in the reference board installed. This attracts MDIO_MDC to GND, which according to the data sheet cannot be. Now I can write to the qspi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2018 14:47:04 GMT</pubDate>
    <dc:creator>mariobernhard</dc:creator>
    <dc:date>2018-04-16T14:47:04Z</dc:date>
    <item>
      <title>custom LS1012A Board</title>
      <link>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722510#M3010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I had the job of a custom LS1012A Board to put it into operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a reference, I have a FRDM-LS1012A. As a JTAG interface I use an OLIMEX ARM-USB-OCD-H in conjunction with OpenOCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When two boards, the JTAG connection directly with the LS1012A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QSPI on the FRDM-LS1012A can I describe. The other board i do not come to the MEM-AP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the Test:&lt;/P&gt;&lt;P&gt;write CSYSPWRUPREQ | CDBGPRWUPREQ -&amp;gt; DPACC [ CTRL/STAT ]&lt;BR /&gt;read CDBGPWRUPACK | CSYSPWRUPREQ | CSYSPWRUPACK | CDBGPRWUPREQ &amp;lt;- DPACC [ CTRL/STAT ]&lt;/P&gt;&lt;P&gt;write 0 -&amp;gt; DPACC [ SELECT.APSEL ]&lt;BR /&gt;read APACC [ CSW ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenOCD:&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xe&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 32 0x0&lt;BR /&gt;5BA00477&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xa&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x02 32 0x50000000&lt;BR /&gt;02 00000000&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xa&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x03 32 0x0&lt;BR /&gt;02 F0000000&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xa&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x04 32 0x0&lt;BR /&gt;02 F0000000&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xb&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x01 32 0x0&lt;BR /&gt;02 00000000&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xb&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x01 32 0x0&lt;BR /&gt;01 00000000&lt;BR /&gt;&amp;gt; irscan ls1012a.dap 0xa&lt;BR /&gt;&amp;gt; drscan ls1012a.dap 3 0x03 32 0x0&lt;BR /&gt;01 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer-specific board is made at this point to ACK WAIT. Then communication is not possible any more. Each access such as a reading of the CTRL/STAT register receives as response WAIT. The setting of the ABORT register changes nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I no longer come at this point, I am grateful for every note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:10:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722510#M3010</guid>
      <dc:creator>mariobernhard</dc:creator>
      <dc:date>2018-04-11T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: custom LS1012A Board</title>
      <link>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722511#M3011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, the only ways to put a new LS1012a board into operation are:&lt;/P&gt;&lt;P&gt;1.- to use the Codewarrior TAP&lt;/P&gt;&lt;P&gt;2.- to write the SPI flash with RCW and u-boot, externally or prior to solder.&lt;/P&gt;&lt;P&gt;If you manage to do it with Olimex OCD it would be very interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the LS1012a processor starts, it needs a special RCW configuration data in SPI. If SPI flash is blank, to use JTAG to program it, you need to pulldown CLK_OUT pin with a 4k7 resistor (as seen in FRDM board), to use hard coded RCW data instead of getting it from flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 07:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722511#M3011</guid>
      <dc:creator>zmlopez</dc:creator>
      <dc:date>2018-04-16T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: custom LS1012A Board</title>
      <link>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722512#M3012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;We were able to find the error in the meantime. On the board is a different PHY than in the reference board installed. This attracts MDIO_MDC to GND, which according to the data sheet cannot be. Now I can write to the qspi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 14:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/custom-LS1012A-Board/m-p/722512#M3012</guid>
      <dc:creator>mariobernhard</dc:creator>
      <dc:date>2018-04-16T14:47:04Z</dc:date>
    </item>
  </channel>
</rss>

