<?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 soft reset in the imx6ull processor in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1823248#M220911</link>
    <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm working with Kernel 6.1.1 for a custom SOM with an EVB featuring the iMX6ULL processor. Currently, as per our EVB, we're not utilizing the hard reset (there is no external pin for watchdog1/2/3). Therefore, I'm seeking guidance on how to trigger the watchdog for the RESET switch soft/automatically/internally during reboot time.&lt;/P&gt;&lt;P&gt;I've posted several times regarding this issue, but I haven't received a proper response yet. Could someone please help me with this matter?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How do I configure the watchdog in the dts file for soft reset switch?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Which watchdog would support soft reset for reboot?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I verify the proper initialization node in the dts file?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Could you provide some solution examples for the above issue?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ravikumar&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 07 Mar 2024 10:18:17 GMT</pubDate>
    <dc:creator>Embedded-world</dc:creator>
    <dc:date>2024-03-07T10:18:17Z</dc:date>
    <item>
      <title>soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1823248#M220911</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm working with Kernel 6.1.1 for a custom SOM with an EVB featuring the iMX6ULL processor. Currently, as per our EVB, we're not utilizing the hard reset (there is no external pin for watchdog1/2/3). Therefore, I'm seeking guidance on how to trigger the watchdog for the RESET switch soft/automatically/internally during reboot time.&lt;/P&gt;&lt;P&gt;I've posted several times regarding this issue, but I haven't received a proper response yet. Could someone please help me with this matter?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How do I configure the watchdog in the dts file for soft reset switch?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Which watchdog would support soft reset for reboot?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I verify the proper initialization node in the dts file?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Could you provide some solution examples for the above issue?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ravikumar&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2024 10:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1823248#M220911</guid>
      <dc:creator>Embedded-world</dc:creator>
      <dc:date>2024-03-07T10:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824735#M221016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For watchdog test, you can refer this userspace demo :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/imx-test/tree/lf-5.15.32_2.0.0/test/wdog" target="_blank"&gt;https://github.com/nxp-imx/imx-test/tree/lf-5.15.32_2.0.0/test/wdog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For dts, please refer&amp;nbsp;Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  fsl,ext-reset-output:
    $ref: /schemas/types.yaml#/definitions/flag
    description: |
      If present, the watchdog device is configured to assert its
      external reset (WDOG_B) instead of issuing a software reset.&lt;/LI-CODE&gt;
&lt;P&gt;You should configure dts like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;amp;wdog1 {
	status = "okay";
};
&amp;amp;wdog2 {
	status = "okay";
};
&amp;amp;wdog3 {
	status = "okay";
};&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use&amp;nbsp;wdt_driver_test program to trigger watchdog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 04:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824735#M221016</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-03-11T04:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824825#M221027</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your inputs.&lt;BR /&gt;&lt;BR /&gt;is that possible to do &lt;STRONG&gt;software reset&lt;/STRONG&gt; instead of hardware external-pin reset ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 06:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824825#M221027</guid>
      <dc:creator>Embedded-world</dc:creator>
      <dc:date>2024-03-11T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824900#M221036</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If &lt;STRONG&gt;fsl,ext-reset-output&lt;/STRONG&gt; present, the watchdog device is configured to assert its external reset (WDOG_B) instead of issuing a software reset. So if you don't add this flag, the driver will issue&amp;nbsp;software reset&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 08:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1824900#M221036</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-03-11T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825117#M221044</link>
      <description>Hi Zhiming_Liu.&lt;BR /&gt;&lt;BR /&gt;I've asserted the external reset (WDOG_B) for watchdog1 in the dts file. However, despite this configuration, When I press the reset switch on my board, the reboot is not occurring. I've tried initiating the reboot using the command 'reboot' in minicom terminal emulator,&lt;BR /&gt;&lt;BR /&gt;So How can I troubleshoot this issue? Also, What could be the reason for the reset switch not triggering the reboot, even though I've used the watchdog structure &amp;amp; having properly designed the board?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravikumar</description>
      <pubDate>Mon, 11 Mar 2024 11:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825117#M221044</guid>
      <dc:creator>Embedded-world</dc:creator>
      <dc:date>2024-03-11T11:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825772#M221095</link>
      <description>&lt;P&gt;Can you share your dts setting?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 05:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825772#M221095</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-03-12T05:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825796#M221100</link>
      <description>&lt;P&gt;Hi Zhiming_Liu&lt;BR /&gt;&lt;BR /&gt;This was the watchdoog configuration in the dts file:&lt;BR /&gt;&lt;BR /&gt;&amp;amp;wdog1 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_wdog&amp;gt;;&lt;BR /&gt;fsl,ext-reset-output;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;pinctrl_wdog: wdoggrp {&lt;BR /&gt;fsl,pins = &amp;lt;&lt;BR /&gt;MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY 0x30b0&lt;BR /&gt;&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;also PFA below with full dts file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you &amp;amp; Regards,&lt;BR /&gt;Ravikumar&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 06:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825796#M221100</guid>
      <dc:creator>Embedded-world</dc:creator>
      <dc:date>2024-03-12T06:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: soft reset in the imx6ull processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825844#M221105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229613"&gt;@Embedded-world&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you also share your reset design?&lt;/P&gt;
&lt;P&gt;Thanks&amp;amp; Besr Regards&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 07:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/soft-reset-in-the-imx6ull-processor/m-p/1825844#M221105</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-03-12T07:18:39Z</dc:date>
    </item>
  </channel>
</rss>

