<?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 MfgTool with watchdog enabled in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583260#M88531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have blown WDOG_ENABLE eFuse on SabreSD board to turn on the watchdog while device is in MFG mode. Changed the device tree for MFG to initialize wdog1 instead of wdog2 as this one is used telling by the manual.&lt;/P&gt;&lt;P&gt;The problem seems to be that initramfs for MFG does not have init process and watchdogd is not started (as it is part of the init) so wdog1 will not be serviceds. When I try to flash the board it resets when it starts writing the system image and I see that reset cause is WDOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I service the wdog1 in Mfg?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2016 10:56:21 GMT</pubDate>
    <dc:creator>mixa</dc:creator>
    <dc:date>2016-06-28T10:56:21Z</dc:date>
    <item>
      <title>MfgTool with watchdog enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583260#M88531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have blown WDOG_ENABLE eFuse on SabreSD board to turn on the watchdog while device is in MFG mode. Changed the device tree for MFG to initialize wdog1 instead of wdog2 as this one is used telling by the manual.&lt;/P&gt;&lt;P&gt;The problem seems to be that initramfs for MFG does not have init process and watchdogd is not started (as it is part of the init) so wdog1 will not be serviceds. When I try to flash the board it resets when it starts writing the system image and I see that reset cause is WDOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I service the wdog1 in Mfg?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 10:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583260#M88531</guid>
      <dc:creator>mixa</dc:creator>
      <dc:date>2016-06-28T10:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: MfgTool with watchdog enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583261#M88532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mihailo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg tool uses the same linux as ordinary linux so wdogs should operate&lt;/P&gt;&lt;P&gt;in the same manner. SabreSD board uses GPIO_1 as wdog2 for board reset&lt;/P&gt;&lt;P&gt;so if it resets, seems wdog2 was not disabled and one can check GPIO_1&lt;/P&gt;&lt;P&gt;with oscilloscope. Also one can try to debug it using attached Linux Manual&lt;/P&gt;&lt;P&gt;Chapter 48 Watchdog (WDOG) Driver.&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>Wed, 29 Jun 2016 00:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583261#M88532</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-06-29T00:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: MfgTool with watchdog enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583262#M88533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MfgTool does use the same kernel as ordinary linux or Android, but the ramdisk is not the same. I have unpacked initramfs from MfgTool and from Android and they are different. In MfgTool rdinit is set to linuxrc script and in Android to init process. Also the watchdogd service is in init process that runs on Android and there is no init in MfgTool ramdisk. I suppose that watchdog must be serviced when MfgTool runs also, as it is initialized but I do not understand which process does this in MfgTool ramdisk?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, in the iMX manual it is written that WDOG_ENABLE fuse will activate WDOG1 and linux by default uses WDOG2. I have made changes to device tree for the MfgTool kernel to switch it to WDOG1 but I still get reset when flashing system image (I suppose as there is no activity on USB when running simg2img and writing sparse image the WDOG1 expires and cause a reset). I wanted to see if the problem is in servicing the watch dog but I`m unable to find which process is servicing /dev/watchdog in mfgtool linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 08:23:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583262#M88533</guid>
      <dc:creator>mixa</dc:creator>
      <dc:date>2016-06-29T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: MfgTool with watchdog enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583263#M88534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anybody had the same problem? Is there any solution to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 11:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MfgTool-with-watchdog-enabled/m-p/583263#M88534</guid>
      <dc:creator>mixa</dc:creator>
      <dc:date>2018-02-23T11:15:49Z</dc:date>
    </item>
  </channel>
</rss>

