From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 30 May 2007 16:14:37 -0500 Subject: [U-Boot-Users] bootcmd In-Reply-To: <131AF8573CF31945B5B11E4201D3F1E142BC76@mail3.Avidyne.com> References: <131AF8573CF31945B5B11E4201D3F1E142BC76@mail3.Avidyne.com> Message-ID: <465DE93D.1010907@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matt Gessner wrote: > Hi, > > I'm trying to figure out how to make my software field update process > robust. Currently, my bootcmd is 'fsload 20000000 uImage; bootm > 20000000' > Is there anyway for u-boot to determine, in one of these commands, that > some command failed, and to do something else instead? fsload 20000000 uImage && bootm 20000000 -- Timur Tabi Linux Kernel Developer @ Freescale