home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012B.BIN / BIOS / SMICRO / SSM70818 / SSM708182.ZIP / Flash.txt < prev    next >
Text File  |  2000-08-07  |  4KB  |  93 lines

  1. 1 Introduction
  2.  
  3.   AMIFLASH.COM is a DOS based program that is used to update the BIOS in
  4.   motherboards that use AMIBIOS stored in a FLASH ROM.
  5.  
  6.   Depending on motherboard implementation, the utility may be able to update
  7.   the all of the FLASH part sectors, including the BootBlock sector.  Keep
  8.   in mind that ay failure while updating the BootBlock sector will render
  9.   the motherboard unusable and will require replacing the FLASH part with
  10.   another pre-programmed FLASH part.
  11.  
  12.   Version 7.10 of AMIFLASH.COM will work with AMIBIOS versions 06.31.00,
  13.   06.31.01, 07.00.00, and 07.00.01.
  14.  
  15.   AMIFLASH can be used in Command Line mode or in Interactive mode.
  16.  
  17. 2 Command Line usage
  18.  
  19.   The syntax for the command line operation is as follows:
  20.  
  21.   AMIFLASH ROMFileName [Options]
  22.  
  23.   ROMFileName is the path (following DOS rules for specifying file names)
  24.   of the ROM file that is going to be programmed into the FLASH part.
  25.   The ROMFileName command line parameter is optional.  If you don't provide
  26.   a ROMFileName but provide the "/a" option, the utility will assume that
  27.   ROMFileName is "A:\AMIBOOT.ROM".
  28.  
  29.   2.1 Options
  30.     Each one of the command line options can be specified by itself or in
  31.     combination with other options.  Additionally, the options can be
  32.     specified before or after the ROMFileName.
  33.  
  34.   2.1.1 /a
  35.     This options means "Automatic."  This option will cause AMIFLASH to
  36.     skip all the non-error prompts to the user.  The utility will load the
  37.     specified ROMFileName, erase and program the FLASH part, and reset the
  38.     system after successfully FLASH programming.
  39.     Remember that if ROMFileName is not specified, AMIFLASH will use
  40.     "A:\AMIBOOT.ROM" by default.
  41.  
  42.   2.1.2 /b
  43.     This option means "BootBlock."  This option will force AMIFLASH to
  44.     program the BootBlock sector of the FLASH.  Setting this switch will
  45.     instruct AMIFLASH to skip the "Program Boot Block ?" user prompt.
  46.     In other words, AMIFLASH will update the BootBlock sector of the FLASH
  47.     part without asking for user confirmation.
  48.  
  49.   2.1.3 /c
  50.     This option means "CMOS."  When this option is selected, AMIFLASH will
  51.     destroy the CMOS checksum after successful FLASH programming.  If FLASH
  52.     programming is interrupted (canceled) by the user, AMIFLASH will not
  53.     destroy the CMOS checksum.
  54.  
  55. 3 Interactive usage
  56.   To invoke AMIFLASH in interactive mode, just enter the program name
  57.   without the "/a" option.
  58.  
  59.   The screen is divided horizontally into three panes:
  60.   1. Banner.  Displays version and copyright information.
  61.   2. User Prompts.  The utility asks the user for input.
  62.   3. Help / Error Message.  Displays context help, progress information,
  63.      and error messages.
  64.  
  65.   These are the user prompts.
  66.  
  67.   3.1 Save Existing BIOS ?
  68.     This prompt only appears if the user did not specify ROMFileName or
  69.     the "/a" option in the command line.  This is useful if the user wants
  70.     to make a backup copy of the original BIOS before flashing (programming)
  71.     a new ROM file into the motherboard's FLASH part.  If the user answers
  72.     'y' to this question, the utility will prompt for a filename.
  73.  
  74.   3.1.1 Enter Filename :
  75.     This is the file name (follow DOS file path and name conventions) for
  76.     the backup copy of the ROM image currently stored in the motherboard's
  77.     FLASH part.
  78.  
  79.   3.2 Enter BIOS Filename:
  80.     This is the file name for the file containing the new ROM image to be
  81.     programmed into the FLASH part.  This prompt will be skipped if the
  82.     user specified ROMFileName in the command line.  In this case,
  83.     ROMFileName will be displayed after this prompt.
  84.     If the user does not enter any filename and just presses enter, AMIFLASH
  85.     will use "A:\AMIBOOT.ROM" for the file name.
  86.  
  87.   3.3 Program BootBlock
  88.     AMIFLASH can, depending on motherboard design, update the BootBlock
  89.     sector of the FLASH part.  If the user answers 'y' to this prompt,
  90.     BootBlock sector will be updated.
  91.     This prompt is skipped if the user specified the "/b" option in
  92.     the command line.
  93.