The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
522 views

mmc0: Timeout waiting for hardware interrupt trigger watchdog

During a strong file I/O application, the Pi regular crashes. mmc0: Timeout waiting for hardware interrupt - cmd25. mmc0: Timeout waiting for hardware interrupt - cmd12. mmc0: Timeout waiting for ...
0
votes
0answers
68 views

Can't edit /etc/modules and add “bcm2708_wdog”

i tried following the directions here for the watchdog Link: http://pi.gadgetoid.co.uk/post/001-who-watches-the-watcher i can't get even past the first attempt, here's an SS: http://prntscr.com/ohvq1 ...
2
votes
2answers
387 views

WatchDog Daemon not restarting PI after fork bomb

I have tried to run the WatchDog Daemon using the tutorial found at http://binerry.de/post/28263824530/raspberry-pi-watchdog-timer So basic process I ran through to get WatchDog up and running is: ...
3
votes
1answer
192 views

How do I get hardware Watch Dog working in soft-float Wheezy?

I have moved from the beta Wheezy release to the final release currently on the official download page (2012-08-08-wheezy-armel.zip). The hardware watch dog no longer seems to work. I have tried ...
8
votes
1answer
376 views

Can I send a heart beat to hardware watch dog from my own program?

Following on from the question and excellent answer provided by Steve Robillard here: How do I hard reset a Raspberry Pi How can I send a heartbeat signal from my own program to the BCM2708's ...
23
votes
2answers
10k views

How do I hard reset a Raspberry Pi?

How do I hard reset a Raspberry Pi? Obviously you can power cycle, but is there a more subtle way, like a reset pin? It would be very useful to connect a watchdog in case the Raspberry Pi crashes ...