<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;"><br></div><br>This one sounds great! I will try this one first, and will get the feedback here, thanks a lot!<br><br>Regards,<br><br>Bin<br><br><hr id="stopSpelling">&gt; To: xubin0712@hotmail.com<br>&gt; CC: u-boot-users@lists.sourceforge.net<br>&gt; From: wd@denx.de<br>&gt; Subject: Re: [U-Boot-Users] is it possible to make the booting sequence in U-boot?<br>&gt; Date: Fri, 5 Oct 2007 00:32:38 +0200<br>&gt; <br>&gt; In message &lt;13049956.post@talk.nabble.com&gt; you wrote:<br>&gt; &gt; <br>&gt; &gt; I am trying to make two different booting methods with some booting sequence<br>&gt; &gt; in u-boot, like the bios in PC does. Basically I have kernel Image 1 in NAND<br>&gt; &gt; and File system 1 on hard drive, kernel image 2 and File system 2 also on<br>&gt; &gt; the same NAND Flash. The goal here is try to boot the system from Image 1<br>&gt; &gt; and file system 1 first, and if the hard drive fails, the bootloader<br>&gt; &gt; (u-boot) will try to boot from Image 2 and File system 2 *automatically*. My<br>&gt; &gt; question is, is it possible to achieve this in uboot? If so, any hints?<br>&gt; <br>&gt; This is possible, and actually trivial.<br>&gt; <br>&gt; Define two environment variables, say "boot_disk" and "boot_nand"  to<br>&gt; boot  from disk or NAND, respectively, such that "run boot_disk" will<br>&gt; perform a disk boot the way you want it,  and  "run  boot_nand"  will<br>&gt; boot form NAND.<br>&gt; <br>&gt; Then define "bootcmd" as "run boot_disk;run "boot_nand".<br>&gt; <br>&gt; That's all.<br>&gt; <br>&gt; See also the manual for additional bells and whistles like watchdog<br>&gt; support, boot counter etc.<br>&gt; <br>&gt; Best regards,<br>&gt; <br>&gt; Wolfgang Denk<br>&gt; <br>&gt; -- <br>&gt; DENX Software Engineering GmbH,     MD: Wolfgang Denk &amp; Detlev Zundel<br>&gt; HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<br>&gt; Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de<br>&gt; "Life and death are seldom logical."<br>&gt; "But attaining a desired goal always is."<br>&gt;         -- McCoy and Spock, "The Galileo Seven", stardate 2821.7<br><br /><hr />Help yourself to FREE treats served up daily at the Messenger Café. <a href='http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline' target='_new'>Stop by today!</a></body>
</html>