Tool/software:
Hi Ti experts,
I am customizing the Linux kernel using PROCESSOR-SDK-AM335X.
I ran [echo 0 > /dev/watchdog] to start the watchdog timer and got The message [watchdog: watchdog0: watchdog did not stop!] is output.
However, the watchdog timer itself seems to start working, and after a while, a reset occurs.
--------------------------------------------------------------------------------
Kernel config settings
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
# CONFIG_WATCHDOG_SYSFS is not set
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set
---------------------------------------------------------------------------------
Is there anyone who can solve this problem?
Thank you for your support.