Who is refreshing hardware watchdog in Linux?

前端 未结 5 2205
攒了一身酷
攒了一身酷 2020-12-15 06:54

I have a processor AT91SAM9G20 running a 2.6 kernel. Watchdog is enabled at bootstrap level and configured for 16 seconds. Watchdog mode register can be configured only once

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 07:01

    This may give you a hint: http://www.mjmwired.net/kernel/Documentation/watchdog/watchdog-api.txt

    It makes perfect sense to have a user space daemon handling the watchdog. It probably defaults to a 15 minute timeout.

提交回复
热议问题