Short:        GUI for eFlasher utility for eFlash 4000
Author:       thomas-rapp@web.de (Thomas Rapp)
Uploader:     thomas-rapp web de (Thomas Rapp)
Type:         util/misc
Version:      1.66
Requires:     eFlash16.lha
Architecture: m68k-amigaos >= 3.0.0

This is a replacement for the eFlashConfig program which comes with Elbox'
eFlash 4000. The original is not very comfortable, so I wrote this GUI.

Installation:

- copy eflashutil anywhere you want
- copy the catalog files either to sys:locale or to the same directory as
  eflashutil
- The programs eflasher, eflash_read and eflash_write from the original
  eFlash software must be in C:
- copy readbin to C:. It is used for the "List ROM contents" option.

Usage:

The window shows a list of modules currently selected for the flash ROM.
Click on Add and choose additional modules from the requester to add more
modules. Select modules from the list and click on Remove to remove them
from the list. Double click a list entry to change it. A click on Flash
will give you some information about what is done and then start the
eflasher utility. 
The Project menu lets you save the list for later use or load a list which
was previously saved. From the Tools menu you can run the eflash_read and
eflash_write utility. Finally in the Misc menu you find an option to add
the modules of the Poseidon USB stack to the list.

Please note that the window does not list the modules which are currently
residing in the flash ROM. It only lists what will be written to the flash
ROM when you click on Flash.

To list the contents of the flash ROM use the option "List current contents
of flash ROM" in the Tools menu. This option needs the programs Readbin and
Multiview in the Shell path.

Also note that the eflasher utility currently can only write up to 24
modules. For future compatibility eflashutil does not check the number of
modules. So if you get the message "wrong number of arguments" from
eflasher, you should reduce the number of modules.

Languages:

The program is fully localised. A German catalog is included as well as the
required descriptor files to create new language catalogs.

Disclaimer:

The program is provided as-is. No warrenty is given for possible damages
caused by the program. Use it at your own risk.

History:

1.62:

- added option to list the current contents of the flash ROM

1.63:

- bug fixed: window freezes after load list

1.64:

- renamed flash to eflashutil to follow a consistant naming scheme.

1.65:

- (unknown)

1.66:

- fixed enforcer hit in menu handling
- source code included