Detecting presence of watchdog jumper
Detecting presence of watchdog jumper
Is there a programmatic way to query the RevPi to determine if the watchdog jumper is present?
Re: Detecting presence of watchdog jumper
Hi aharrah, just have a look at the schematics. I see a WD_IN signal that connects to GPIO42.
Re: Detecting presence of watchdog jumper
GPIO42/WD_IN is the watchdog chip's input, which I'm toggling periodically.
I am looking for a way to determine if the watchdog jumper is present on the X4 connector. From the schematic I believe this line, after conditioning, is labeled "WD_EN (from Pin3 X4 connector)."
Thanks,
Andy
I am looking for a way to determine if the watchdog jumper is present on the X4 connector. From the schematic I believe this line, after conditioning, is labeled "WD_EN (from Pin3 X4 connector)."
Thanks,
Andy
Re: Detecting presence of watchdog jumper
Hi Andy, it is not possible to read out if the watchdog is enabled or bridged.