Hello!
Sorry for my little English.
When I active the module sbc_fitpc2_wdt, after a few seconds, the fitpc2 restarts.
How should set watchdog.conf?
Thanks
Greetings
watchdog and linux
Re: watchdog and linux
So at least you know that the watchdog is workingWhen I active the module sbc_fitpc2_wdt, after a few seconds, the fitpc2 restarts.

I don't use the watchdog, but looking at the man page, you should tryHow should set watchdog.conf?
--edit--interval = <interval>
watchdog-device = <device>
The fitpc2 wiki [1] mentioned to use the margin variable of the watchdog:
--edit--The range is defined by the "Watchdog Timer Value" in the BIOS or by margin parameter of the watchdog driver.
Okay, i toyed around a bit with watchdog. Software based watchdog runs fine, but when using hw watchdog i get
and shortly after that the pc reboots.sbc_fitpc2_wdt WATCHDOG: Device closed unexpectedly - timer will not stop
As I said, I don't use watchdogs, so it might just be my wrong config, and I don't have spare time to devote to this things right now, but maybe you can look into this further.
[1] http://compulab.co.il/workspace/mediawi ... ux:_Kernel
Re: watchdog and linux
Hello!
I uncommented these 3 lines and it seems to work well
admin = root
interval = 10
logtick = 1
Greetings.
I uncommented these 3 lines and it seems to work well
admin = root
interval = 10
logtick = 1
Greetings.