From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Fri, 29 Nov 2002 13:24:15 +0100 Subject: [U-Boot-Users] autoscript? References: <20021129111434.80189C638B@atlas.denx.de> Message-ID: <3DE75C6F.AB6CF6DF@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, > But _using_ such a MFI is a different issue. So far, PPCBoot > understands only one format of MFIs, which consist of a Linux kernel > image as the first part and a ramdisk image as the second part. This > is being handled buy the "bootm" command. > > So far, there is no other support for MFIs. > > > How is the syntax within the script? > > A script is a text file containing commands. The syntax is the same > as on the command line interface. Actually this is what happens: the > script will be passed to the command line interpreter, line by line. So when I tftpbooted the script to 0x100000 I shouldn't download the data to the same address since this would overwrite the srcipt so ppcboot fails to pass the next line to the command line interpreter! Is that right? Steven