Hi,
I would like to test my i.mx8mp hardware watchdog and I need a clarification on this.
The command
echo 'V' > /dev/watchdog
disables he watchdog? Which means that the watchdog is no longer working.
After executing this command and them I enter the below command
cat >> /dev/watchdog
The watchdog operates as expected and resets the system.
My understanding is that if the watchdog is disabled, the above command should not lead to a reset unless the watchdog is enabled back.
Also after the
echo 'V' > /dev/watchdog
command the watchdog daemon is still working. This is an extract from my shell
~ # echo 'V' > /dev/watchdog
~ # ps -e | grep watchdogd
81 root [watchdogd]
330 root grep watchdogd
Is this behaviour correct?
Thanks