|
It looks like some process constantly accesses watchdog driver to reset the watchdog.
You may try to delete "/dev/watchdog", as this is the device file used to access watchdog driver, so without that driver will be inaccessible to userland
Its not the right method, but it might work.
I think the problem with watchdog comes from the fact you are using the kernel for A10/13/20 (those are only sunxi soc's OpenWRT supports) on the H3. Watchdog (wdt) driver may be different there (as well and other sunxi drivers, such as RTC or anything else listed in "target/linux/sunxi/modules.mk" of OpenWRT.
|
|