<?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 How can i trigger a software reset from u-boot WITHOUT using watchdog timer? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413966#M62038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know how to trigger a software reset from u-boot without using watchdog timer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 11:26:22 GMT</pubDate>
    <dc:creator>aasheesh</dc:creator>
    <dc:date>2015-05-08T11:26:22Z</dc:date>
    <item>
      <title>How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413966#M62038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know how to trigger a software reset from u-boot without using watchdog timer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413966#M62038</guid>
      <dc:creator>aasheesh</dc:creator>
      <dc:date>2015-05-08T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413967#M62039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aasheesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can use WCR_SRS bit : &lt;SPAN class="pl-c1"&gt;writing to &lt;/SPAN&gt; &amp;amp;wdog-&amp;gt;wcr&amp;nbsp; in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mripard/u-boot/blob/master/drivers/watchdog/imx_watchdog.c" title="https://github.com/mripard/u-boot/blob/master/drivers/watchdog/imx_watchdog.c"&gt;u-boot/imx_watchdog.c at master · mripard/u-boot · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WDOGx_WCR, SRS - Software Reset Signal,&lt;/P&gt;&lt;P&gt;sect.70.7.1 Watchdog Control Register (WDOGx_WCR) &lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;IMX6DQRM&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 00:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413967#M62039</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-09T00:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413968#M62040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your prompt reply.But in my board the watchdog is not connected to the PMIC. So,even if i set the WCR_SRS bit,i think it will not do a reset.Is there any alternative method which does not use watchdog like maybe SRC register or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 04:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413968#M62040</guid>
      <dc:creator>aasheesh</dc:creator>
      <dc:date>2015-05-11T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413969#M62041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WCR_SRS will reset processor without usage of PMIC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413969#M62041</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-11T07:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413970#M62042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.By deasserting the SRS bit,my reset works.However,I must first disable warm_reset_enable bit in SRC_SCR register.The problem in my board was that WDOG_B was not connected to PMIC,so a watchdog timeout will not reset the PMIC. I have made an observation.Please let me know whether i am correct.I think deasserting the SRS bit creates a warm reset but as my warm_reset_enable bit is disabled,all warm reset sources must generate a cold reset.Hence my warm reset is actually creating a cold reset.Is it correct?Thank you for your assistance. Looking forward for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 06:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413970#M62042</guid>
      <dc:creator>aasheesh</dc:creator>
      <dc:date>2015-05-15T06:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trigger a software reset from u-boot WITHOUT using watchdog timer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413971#M62043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your understanding is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 08:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-i-trigger-a-software-reset-from-u-boot-WITHOUT-using/m-p/413971#M62043</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-15T08:16:20Z</dc:date>
    </item>
  </channel>
</rss>

