<?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 IMX7 Watchdog in uboot is not starting..? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051428#M154748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am working on a custom board based on imx7d-sdb reference board, in my board i&amp;nbsp; have connected MX7D_PAD_GPIO1_IO00__WDOG1_WDOG_B pin to POR pin of imx7 and watchdog is resetting board also. but i want to reset board in any case of booting failure like kernel panic wrong rootfs partition selection and many more so i tired to enable watchdog for my board in uboot so that it will reset board in any case of booting failure but i am not able to achieve that.&lt;/P&gt;&lt;P&gt;my assumption is if i will set watchdog timer at uboot and boot boot the board, if any mishap happen while booting that board will be reset by watchdog timer.&lt;/P&gt;&lt;P&gt;please guide me to enable watchdog timer in uboot or if anybody have better solution for this please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2020 09:54:30 GMT</pubDate>
    <dc:creator>flabyjacob</dc:creator>
    <dc:date>2020-06-03T09:54:30Z</dc:date>
    <item>
      <title>IMX7 Watchdog in uboot is not starting..?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051428#M154748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am working on a custom board based on imx7d-sdb reference board, in my board i&amp;nbsp; have connected MX7D_PAD_GPIO1_IO00__WDOG1_WDOG_B pin to POR pin of imx7 and watchdog is resetting board also. but i want to reset board in any case of booting failure like kernel panic wrong rootfs partition selection and many more so i tired to enable watchdog for my board in uboot so that it will reset board in any case of booting failure but i am not able to achieve that.&lt;/P&gt;&lt;P&gt;my assumption is if i will set watchdog timer at uboot and boot boot the board, if any mishap happen while booting that board will be reset by watchdog timer.&lt;/P&gt;&lt;P&gt;please guide me to enable watchdog timer in uboot or if anybody have better solution for this please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 09:54:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051428#M154748</guid>
      <dc:creator>flabyjacob</dc:creator>
      <dc:date>2020-06-03T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 Watchdog in uboot is not starting..?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051429#M154749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Flaby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to configure wdog in uboot:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/mx7dsabresd/mx7dsabresd.c?h=imx_v2019.04_5.4.3_2.0.0" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/mx7dsabresd/mx7dsabresd.c?h=imx_v2019.04_5.4.3_2.0.0"&gt;mx7dsabresd.c\mx7dsabresd\freescale\board - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for "kernel panic", may be useful to check wdog behaviour in linux low power modes:&lt;/P&gt;&lt;P&gt;bit WDZST in register WDOGx_WCR - 0 Continue timer operation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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 2020 10:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051429#M154749</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-03T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 Watchdog in uboot is not starting..?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051431#M154751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be set in &lt;SPAN class=""&gt;set_wdog_reset() function:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/mach-imx/mx6/soc.c?h=imx_v2019.04_5.4.3_2.0.0" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/mach-imx/mx6/soc.c?h=imx_v2019.04_5.4.3_2.0.0"&gt;soc.c\mx6\mach-imx\arm\arch - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 11:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Watchdog-in-uboot-is-not-starting/m-p/1051431#M154751</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-03T11:25:06Z</dc:date>
    </item>
  </channel>
</rss>

