external watchdog on GPIO output - Raspberry Pi Forums


in linux possible redirect kernel watchdog module ticking gpio (external hw watchdog) instead of build in hw watchdog on motherboard.
see:
https://www.kernel.org/doc/documentatio ... io-wdt.txt
https://cateee.net/lkddb/web-lkddb/gpio_watchdog.html

possible same setting using watchdog have found in /boot/overlays/ ?

example code above mentioned link:

code: select all

	watchdog: watchdog { 		/* adm706 */ 		compatible = "linux,wdt-gpio"; 		gpios = <&gpio3 9 gpio_active_low>; 		hw_algo = "toggle"; 		hw_margin_ms = <1600>; 	};

your question ambiguous - watchdog want use, , how want control it?


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'