Greetings All,
I've installed watchdog-3.8.10-tinycore.tcz and I see the drivers under /usr/local/lib/modules/3.8.10-tinycore/kernel/drivers/watchdog, but when I execute "find / | grep watchdog" I don't see any files for a watchdog daemon. I'm working on getting the hardware watchdog on an Intel Atom (DN2800 CedarTrail) running, which uses I believe uses iTCO driver.
Question: Has anybody got a hardware watchdog up and running in TinyCore and if so do you have any tips? I'm wondering
* Is there a watchdog daemon implementation available in the tcz TinyCore repo? (I'm guessing I need to compile one)
* Do I pass nmi_watchdog=1 on the grub boot line? (Was necessary to get it working with Fedora and this should work the same way for the TC kernel yes?)
* I see "iTCO_wdt.ko.gz" and "iTCO_vendor_support.ko.gz" in the watchdog driver list, i'm guessing I need to load both modules?
Thanks,
Emil