<?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: MXC_Restart fails (Linux kernel bug?!) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MXC-Restart-fails-Linux-kernel-bug/m-p/414676#M62174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Different WDOG settings relate to (board) schematic specifics, where WDOG1_B&lt;/P&gt;&lt;P&gt;signal may be used to power down the chip, and WDOG1_RESET_B_DEB may be&lt;/P&gt;&lt;P&gt;used as reset source for the chip. Please look at Table 70-1 (WDOG External Signals)&lt;/P&gt;&lt;P&gt;of the i.MX6 DQ Reference Manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, it is possible&amp;nbsp; to apply Watchdog Control Register(WDOGx_WCR) with 0x14.&lt;/P&gt;&lt;P&gt;I expect in Your case some side effect takes place. In any case, clearing WDOGx_WCR[SRS]&lt;BR /&gt;provides immediate (software) reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also, the erratum ERR004346&amp;nbsp; (WDOG SRS bit requires to be written twice) may occur,&lt;/P&gt;&lt;P&gt;but it should be already fixed in Linux BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&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, 03 Jun 2015 04:15:17 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-06-03T04:15:17Z</dc:date>
    <item>
      <title>MXC_Restart fails (Linux kernel bug?!)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MXC-Restart-fails-Linux-kernel-bug/m-p/414675#M62173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to reset my custom iMX6DL board running Linux 3.10.53.&lt;/P&gt;&lt;P&gt;Performing a 'reboot -f' fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the code, I think the value written to WDOG Control Register is incorrect.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The value written is 0x14, but it should be 0x04 --- shouldn't it?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(arch/arm/mach-imx/system.c&amp;nbsp;&amp;nbsp; function mxc_restart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case-- performing a simple "devmem2 0x20bc000 h 0x0004"&amp;nbsp; resets the device successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Erez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 20:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MXC-Restart-fails-Linux-kernel-bug/m-p/414675#M62173</guid>
      <dc:creator>erezsteinberg</dc:creator>
      <dc:date>2015-05-31T20:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: MXC_Restart fails (Linux kernel bug?!)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MXC-Restart-fails-Linux-kernel-bug/m-p/414676#M62174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Different WDOG settings relate to (board) schematic specifics, where WDOG1_B&lt;/P&gt;&lt;P&gt;signal may be used to power down the chip, and WDOG1_RESET_B_DEB may be&lt;/P&gt;&lt;P&gt;used as reset source for the chip. Please look at Table 70-1 (WDOG External Signals)&lt;/P&gt;&lt;P&gt;of the i.MX6 DQ Reference Manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, it is possible&amp;nbsp; to apply Watchdog Control Register(WDOGx_WCR) with 0x14.&lt;/P&gt;&lt;P&gt;I expect in Your case some side effect takes place. In any case, clearing WDOGx_WCR[SRS]&lt;BR /&gt;provides immediate (software) reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also, the erratum ERR004346&amp;nbsp; (WDOG SRS bit requires to be written twice) may occur,&lt;/P&gt;&lt;P&gt;but it should be already fixed in Linux BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&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, 03 Jun 2015 04:15:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MXC-Restart-fails-Linux-kernel-bug/m-p/414676#M62174</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-06-03T04:15:17Z</dc:date>
    </item>
  </channel>
</rss>

