Tool/software: Linux
Hello,
I would like to implement following scheme using OMAP watchdog timer:
- U-Boot starts watchdog timer with timeout 10s
- U-Boot boots Linux Kernel
- Linux Kernel watchdog driver uses already started watchdog timer & prolongs it when necessary
I have a problem: somehow watchdog timer started at U-Boot becomes stopped when execution come to linux watchdog driver.
How I can find at which stage of linux booting watchdog times stops?
How I can prevent stopping of watchdog timer during linux boot?
Thanks in advance.