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

Valutazione Template - Joomla! Forum - community, help and support

SD Datastring Convention

First use of Arduino Uno : avrdude error on Blink uploading