From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junior Date: Fri, 6 Jul 2007 08:30:22 -0800 Subject: [U-Boot-Users] u-boot scripts In-Reply-To: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I would like to lear now to write uboot starter scripts and would > like to know where the docs for this is. > The manual section 5.11 talks very little about this and I'm thinking > there might be other docs somewhere on this website. > > I'm looking to start with a simple stript that will > > if imi 0x4000 > then > elif ... > ... > bootp; > ... > > or any of the other defined commands. > Perhaps I'm misinformed. >From what I've looked at, it doesn't look like the script capability includes such "bash like" scripts. Please correct me if I'm wrong.