<?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: How to test WDOG functionality in i.Mx8DX board? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1197692#M166292</link>
    <description>&lt;P&gt;Hi Raja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try in wdog driver imx_sc_wdt_start() change SC_TIMER_WDOG_ACTION_PARTITION to SC_TIMER_WDOG_ACTION_BOARD&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/watchdog/imx_sc_wdt.c?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/watchdog/imx_sc_wdt.c?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;L4.14.98_2.0.0 is not good kernel for testing i.MX8QXP(DX) processors, in particular&lt;/P&gt;
&lt;P&gt;latest rev.C0 is not supported as described below, column "&lt;SPAN style="color: #20272d; font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #e5eaed; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Supported Platforms&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 00:23:16 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-12-11T00:23:16Z</dc:date>
    <item>
      <title>How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1197406#M166257</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;Currently, I'm working on WDOG in our i.Mx8DX based custom board.&lt;/P&gt;&lt;P&gt;There I'm using L4.14.98_2.0.0 source.&lt;/P&gt;&lt;P&gt;I'm trying to test the WDOG functionality in it.&lt;/P&gt;&lt;P&gt;So, I'm running the below existing application&lt;/P&gt;&lt;P&gt;./wdt_driver_test.out 2 1 0 &amp;amp;&lt;/P&gt;&lt;P&gt;I can bale to see the reboot prints on console but when I'm probing the "&lt;STRONG&gt;SCU_WDOG_OUT&lt;/STRONG&gt;" it's not pulsing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anything need to do specifically for i.Mx8X wdog ?&lt;/P&gt;&lt;P&gt;Is there any modification required in SCU side ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me to move further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;J.P.Raja&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 12:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1197406#M166257</guid>
      <dc:creator>Raana</dc:creator>
      <dc:date>2020-12-10T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1197692#M166292</link>
      <description>&lt;P&gt;Hi Raja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try in wdog driver imx_sc_wdt_start() change SC_TIMER_WDOG_ACTION_PARTITION to SC_TIMER_WDOG_ACTION_BOARD&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/watchdog/imx_sc_wdt.c?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/watchdog/imx_sc_wdt.c?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;L4.14.98_2.0.0 is not good kernel for testing i.MX8QXP(DX) processors, in particular&lt;/P&gt;
&lt;P&gt;latest rev.C0 is not supported as described below, column "&lt;SPAN style="color: #20272d; font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #e5eaed; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Supported Platforms&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 00:23:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1197692#M166292</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-12-11T00:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1198934#M166430</link>
      <description>&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;We are in the final stage of release process. So, we can't change the release version.&lt;/P&gt;&lt;P&gt;When I'm checking with my kernel, I couldn't find the imx_sc_wdt.c file as well as "imx_sc_wdt_start" function.&lt;/P&gt;&lt;P&gt;Just a macro definition is there in, "include/soc/imx8/sc/svc/timer/api.h" file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do further ?&lt;/P&gt;&lt;P&gt;How to test the functionality without changing the kernel version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;J.P.Raja&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 13:11:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1198934#M166430</guid>
      <dc:creator>Raana</dc:creator>
      <dc:date>2020-12-14T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1199253#M166458</link>
      <description>&lt;P&gt;Hi Raja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what processor revision used in the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 02:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1199253#M166458</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-12-15T02:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1200356#M166583</link>
      <description>&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;Currently we are using i.Mx8DX5 (b0 silicon) based custom board.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;J.P.Raja&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 11:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1200356#M166583</guid>
      <dc:creator>Raana</dc:creator>
      <dc:date>2020-12-16T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to test WDOG functionality in i.Mx8DX board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1200412#M166588</link>
      <description>&lt;DIV id="bodyDisplay_2" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Hi Raja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try to add wdog initialization is scfw board.c like:&lt;/P&gt;
&lt;P&gt;timer_set_wdog_timeout(pt_boot, 15000);&lt;BR /&gt;timer_set_wdog_action(SC_PT, pt_boot, SC_TIMER_WDOG_ACTION_BOARD);&lt;BR /&gt;timer_start_wdog(pt_boot, 0);&lt;/P&gt;
&lt;P&gt;Description of that functions can be found in sc_fw_api_qx_b0.pdf included in&lt;/P&gt;
&lt;P&gt;&lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.14.98_2.0.0_SCFWKIT-1.2" target="_blank" rel="noopener"&gt;SCFW Porting Kit&lt;/A&gt;​&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Dec 2020 12:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-WDOG-functionality-in-i-Mx8DX-board/m-p/1200412#M166588</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-12-16T12:46:06Z</dc:date>
    </item>
  </channel>
</rss>

