<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>Hi, Jean,<br><br>Thanks a lot! But I am not sure, is there the "if " command in uboot? I read the manual and did not find it. I am just work on it for a few weeks, so...<br><br>Thanks and Regards,<br><br>Bin<br><br><br><hr id="stopSpelling">&gt; Date: Fri, 5 Oct 2007 00:30:42 +0200<br>&gt; Subject: Re: [U-Boot-Users] is it possible to make the booting sequence in U-boot?<br>&gt; From: plagnioj@jcrosoft.com<br>&gt; To: xubin0712@hotmail.com; u-boot-users@lists.sourceforge.net<br>&gt; <br>&gt; You can try to boot your first kernel image and if it does not found your<br>&gt; kernel switch to the other with the "if" command.<br>&gt; <br>&gt; And if you have a watchdog you can incrise your ttl and if your system does<br>&gt; not boot in a predefine laps time you reboot and try your second image.<br>&gt; <br>&gt; This the algo<br>&gt;     Set env try First<br>&gt;     Boot From First<br>&gt;         if not enter in entry point<br>&gt;             Set env try First<br>&gt;             Boot From second<br>&gt;                 if not enter in entry point<br>&gt;                     Error Message No system available<br>&gt;                 else<br>&gt;                     if watchdog timeout<br>&gt;                         Error Message No system available<br>&gt;                     else<br>&gt;                             Banzai System Start<br>&gt;                     endif<br>&gt;                 endif<br>&gt;         else<br>&gt;             if watchdog timeout<br>&gt;                 Error Message No system available<br>&gt;             else<br>&gt;                 Set env try First<br>&gt;                 Boot From second<br>&gt;                 if not enter in entry point<br>&gt;                     Error Message No system available<br>&gt;                 else<br>&gt;                     if watchdog timeout<br>&gt;                         Error Message No system available<br>&gt;                     else<br>&gt;                             Banzai System Start<br>&gt;                     endif<br>&gt;                 endif<br>&gt;             endif<br>&gt;         endif<br>&gt;             <br>&gt; <br>&gt; Best Regards<br>&gt; Le 5/10/07 0:17, «&nbsp;Bin&nbsp;» &lt;xubin0712@hotmail.com&gt; a écrit&nbsp;:<br>&gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Hi, All,<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; &gt; <br>&gt; &gt; Any suggestions are appreciated.<br>&gt; &gt; <br>&gt; &gt; Thanks and Regards,<br>&gt; &gt; <br>&gt; &gt; Bin<br>&gt; <br>&gt; <br><br /><hr />Peek-a-boo FREE Tricks & Treats for You! <a href='http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us' target='_new'>Get 'em!</a></body>
</html>