public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Ann <ktdann@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Watchdog timer reset
Date: Mon, 9 May 2005 20:05:06 +0900	[thread overview]
Message-ID: <9b7ca657050509040572e02726@mail.gmail.com> (raw)

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

             reply	other threads:[~2005-05-09 11:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 11:05 Daniel Ann [this message]
2005-05-11 22:23 ` [U-Boot-Users] Watchdog timer reset Wolfgang Denk
2005-05-12 12:05   ` Daniel Ann
2005-05-12 13:35     ` Wolfgang Denk
2005-05-13  1:46       ` Daniel Ann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9b7ca657050509040572e02726@mail.gmail.com \
    --to=ktdann@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox