public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Watchdog timer reset
@ 2005-05-09 11:05 Daniel Ann
  2005-05-11 22:23 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Ann @ 2005-05-09 11:05 UTC (permalink / raw)
  To: u-boot

Hey folks,

Just wondering, does u-boot support periodical reset of watchdog timer
? If not, I suppose I have to disable the watchdog when I enter uboot
in interactive mode, and probably enable it when I exit u-boot.

How does people normally do this ?

Just out of curiosity, (assuming u-boot does not do something like
above), can we do something similar to below code?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=
signal(SIGALRM, runme);

function runme(void) {
  printf("hi\n");
  alarm(10);
}
-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Cheers,


-- 
Daniel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-05-13  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 11:05 [U-Boot-Users] Watchdog timer reset Daniel Ann
2005-05-11 22:23 ` Wolfgang Denk
2005-05-12 12:05   ` Daniel Ann
2005-05-12 13:35     ` Wolfgang Denk
2005-05-13  1:46       ` Daniel Ann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox