<?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: Triggering ECC errors on LS1043ARDB?</title>
    <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832957#M3754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="286500" data-username="tracysmith" href="https://community.nxp.com/people/tracysmith"&gt;Tracy Smith&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please refer to the following procedure to trigger ECC errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;1a. Configure DDR_SDRAM_CFG_2[D_INIT]=0b'1 in Target Initialization File. &lt;BR /&gt; 1b. Configure DDR_SDRAM_CFG[ECC_EN]=0b'1 in Target Initialization File. &lt;BR /&gt; 2. Set SBE threshold to 1 in the code. ERR_SBE[SBET]= 0b'1&lt;BR /&gt; 3. Enable &lt;STRONG&gt;error&lt;/STRONG&gt; detection in the code. ERR_DISABLE[MBED,SBED]= 0b'00&lt;BR /&gt; 4. Select mirror byte function. Inject error. ERR_INJECT[EMB, EIEN]= 0b'11&lt;BR /&gt; 5. Write one 32-bit data 0x55aa_0000 into &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000&lt;BR /&gt; 6. Disable &lt;STRONG&gt;error&lt;/STRONG&gt; &lt;STRONG&gt;injection&lt;/STRONG&gt; : ERR_INJECT[EMB, EIEN]= 0b'00. &lt;BR /&gt; 7. Read a 32-bit data from &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000 to trigger &lt;STRONG&gt;ECC&lt;/STRONG&gt; error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 14:15:53 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2018-08-29T14:15:53Z</dc:date>
    <item>
      <title>Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832956#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 15px;"&gt; I need to trigger ECC errors on the LS1043ARDB.&amp;nbsp; &lt;STRONG&gt;What can be used to trigger ECC errors for the LS1043ARDB?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 15px;"&gt;The rasdaemon does not invoke or trigger ECC errors, it is only used for detection and collection of ECC errors. I need to do ECC error detection and invoke ECC errors for memory validation.&amp;nbsp; I could use the rasdaemon to do ECC error collection and detection on Linux, but this is not provided as part of the rootfs for any of the NXP BSP builds. Nor is journalctl or journald. &lt;SPAN style="color: black;"&gt;The journalctl is needed for structured viewing of the rasdaemon log. The trace would be logged under /sys/kernel/debug/tracing, and reporting via syslog/journald.But this is not available on the BSP. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: black; font-size: 15px; font-family: arial, helvetica, sans-serif;"&gt;Any recommendations on what to use on the current releases of SDK 2.0?&amp;nbsp; Or, anything NXP has available for ECC validation for the LS1043ARDB?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 10:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832956#M3753</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-08-28T10:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832957#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="286500" data-username="tracysmith" href="https://community.nxp.com/people/tracysmith"&gt;Tracy Smith&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please refer to the following procedure to trigger ECC errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;1a. Configure DDR_SDRAM_CFG_2[D_INIT]=0b'1 in Target Initialization File. &lt;BR /&gt; 1b. Configure DDR_SDRAM_CFG[ECC_EN]=0b'1 in Target Initialization File. &lt;BR /&gt; 2. Set SBE threshold to 1 in the code. ERR_SBE[SBET]= 0b'1&lt;BR /&gt; 3. Enable &lt;STRONG&gt;error&lt;/STRONG&gt; detection in the code. ERR_DISABLE[MBED,SBED]= 0b'00&lt;BR /&gt; 4. Select mirror byte function. Inject error. ERR_INJECT[EMB, EIEN]= 0b'11&lt;BR /&gt; 5. Write one 32-bit data 0x55aa_0000 into &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000&lt;BR /&gt; 6. Disable &lt;STRONG&gt;error&lt;/STRONG&gt; &lt;STRONG&gt;injection&lt;/STRONG&gt; : ERR_INJECT[EMB, EIEN]= 0b'00. &lt;BR /&gt; 7. Read a 32-bit data from &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000 to trigger &lt;STRONG&gt;ECC&lt;/STRONG&gt; error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832957#M3754</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2018-08-29T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832958#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Here is an example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;1b. Configure DDR_SDRAM_CFG[ECC_EN]=0b'1 in Target Initialization File. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Comment in reference manual: If this bit is set to 1, DDR_SDRAM_CFG[ACC_ECC_EN] must be set to 1 as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;The hardware reference manual says that if the ECC_EN is set, which it is, then ACC_ECC_EN should be set. To check this, check bit 29 in the DDR_SDRAM_CFG register, i.e., ACC_ECC_EN.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;gt; devmem 0x1080110 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Ox&lt;STRONG&gt;E&lt;/STRONG&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;gt; devmem 0x1080111 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;0x0C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;gt; devmem 0x1080112 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;0x00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;gt; devmem 0x1080113 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;0x&lt;STRONG&gt;0C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Bit 39 is 1 so ACC_ECC_EN is set correctly when bit 2 ECC_EN is 1 enabled.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;In this case, nothing needs to change:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;gt; devmem 0x1080110&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;0x0C000CE5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;After byte swapping this is E50C 000C and this is what you use to read the manual. To make it easier, devmem with a width of 8 bits will order it per the hardware manual as illustrated above.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;The RAM begins at 0x1080000. To access the phys mem register, use the offset for each register. The offset for DDR_SDRAM_CFG is 110h. Making the beginning address 0x1080110 for DDR_SDRAM_CFG register. To view the first 8 bits of the register, devmem&amp;nbsp; 0x1080110 8, next 8 bits 0x1080111 8, and so forth for the 32 bit register.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Correct if any mistakes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 19:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832958#M3755</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-09-12T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832959#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TIC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;4. Select mirror byte function. Inject error. ERR_INJECT[EMB, EIEN]= 0b'11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Did you mean the ECC_ERR_INJECT[EMB, EIEN]=0b'11?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Having difficulty writing to this address.&amp;nbsp; The default is 0b'00.&amp;nbsp; I have done all the prior steps except the first step since it is configured by the software at boot and cleared by the controller (DDR_SDRAM_CFG_2[D_INIT]=0b'1).&amp;nbsp; This bit is set by software, and it is cleared by hardware. If software sets this bit before the memory controller is enabled, the controller will automatically initialize DRAM after it is enabled. This bit will be automatically cleared by hardware once the initialization is completed. This data initialization bit should only be set when the controller is idle. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;Am I missing something? Why does writing to ECC_ERR_INJECT[EMB,EIEN]=0b'11 cause a reset?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@ls1043ardb:~# devmem 0x1080E08 w 0x00030000&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;&amp;nbsp;[ 839.465065] Unhandled fault: synchronous external abort (0x96000210) at 0xff&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;WDT is triggered and the board resets.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 23:09:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832959#M3756</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-09-12T23:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832960#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is ECC&amp;nbsp;is not supported on the ls1043. What does this mean since the DDR section in the hardware Manuel specifies ECC registers that can be read and written from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp;reconfirm if hardware memory error correction is or is not supported on the ls1043.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does&lt;SPAN&gt;&amp;nbsp;this mean that the ls1043 does not correct for DDR memory errors?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which board in the LS family supports error memory correction and detection in the hardware and does it also support error detection from&amp;nbsp;the software such as logging the ECC errors, and make use of the&amp;nbsp;the ECC DDR registers?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 10:50:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832960#M3757</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-09-26T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832961#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #333333;"&gt;The ls1043 device itself supports ECC on the DDR interface. This means it is able to correct single bit errors and detect multiple bit errors if ECC memory is implemented in hardware (on the board). In other words it is not enough if the processor supports ECC, the board should also be designed with ECC support. For example, the LS1043A-RDB does not support ECC because on board DDR4 memory is 32-bit wide, i.e. without ECC. If one designs a LS1043A-based board, he/she needs to build 36-bit DDR interface to be able to use ECC feature, where 32-bit is the memory itself and 4-bit is ECC memory.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #333333;"&gt;The following NXP boards provide ECC support: LS1043A-QDS, LS1046A-RDB.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 06:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832961#M3758</guid>
      <dc:creator>andrei_skok</dc:creator>
      <dc:date>2018-09-27T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832962#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;The LS1043ARDB I am using has the 4 ECC lines and a ECC DDR4 and IFC that manages the ECC identical to the LS1043A-QDS as specified and expected by NXP. It is the same as the LS1043A-QDS in this regard.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Why does step 4 below cause a reset?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# devmem 0x1080E08 w 0x00030000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the following procedure to trigger ECC errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #51626f;"&gt;1a. Configure DDR_SDRAM_CFG_2[D_INIT]=0b'1 in Target Initialization File. &lt;BR /&gt; 1b. Configure DDR_SDRAM_CFG[ECC_EN]=0b'1 in Target Initialization File. &lt;BR /&gt; 2. Set SBE threshold to 1 in the code. ERR_SBE[SBET]= 0b'1&lt;BR /&gt; 3. Enable error detection in the code. ERR_DISABLE[MBED,SBED]= 0b'00&lt;BR /&gt;&lt;STRONG&gt; 4. Select mirror byte function. Inject error. ERR_INJECT[EMB, EIEN]= 0b'11&lt;/STRONG&gt;&lt;BR /&gt; 5. Write one 32-bit data 0x55aa_0000 into &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000&lt;BR /&gt; 6. Disable &lt;STRONG&gt;error&lt;/STRONG&gt; &lt;STRONG&gt;injection&lt;/STRONG&gt; : ERR_INJECT[EMB, EIEN]= 0b'00. &lt;BR /&gt; 7. Read a 32-bit data from &lt;STRONG&gt;memory&lt;/STRONG&gt; location 0x5000 to trigger &lt;STRONG&gt;ECC&lt;/STRONG&gt; error.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 10:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832962#M3759</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-10-12T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832963#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really tells about the NXP LS1043ARDB board it doesn't have ECC lines connected to the DDR memory.&lt;/P&gt;&lt;P&gt;According to the LS1043ARDB board schematics all four MECCx lines are left unconnected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 10:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832963#M3760</guid>
      <dc:creator>andrei_skok</dc:creator>
      <dc:date>2018-10-12T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832964#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try this again. We have an ls1043ardb custom board and the lines are connected identical to the ECC supported lS1043AQDS. Why is this so hard for you guys to understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please answer my question why there is a reset if the lines are connected and ECC is enabled when we set the bits indicated above. This should happen on the ls1043AQDS since our custom ls1043ardb is connected identical to the LS1043AQDS. This is frustrating, do you understand what I’m saying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 12:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832964#M3761</guid>
      <dc:creator>tracysmith</dc:creator>
      <dc:date>2018-10-12T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering ECC errors on LS1043ARDB?</title>
      <link>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832965#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have ECC injection note in Linux commands form?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And how to check if ECC single bit correction is occurred?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 08:34:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Triggering-ECC-errors-on-LS1043ARDB/m-p/832965#M3762</guid>
      <dc:creator>ziv_chen</dc:creator>
      <dc:date>2020-06-09T08:34:28Z</dc:date>
    </item>
  </channel>
</rss>

