RedBoot vR2.0K for the Fujitsu MB93091 and MB93093 FR-V boards
December 14, 2004
README
========================================================================


This ReadMe contains last-minute updates on the Redboot manual for the
Fujitsu MB93091 and MB93093 boards, and instructions for building
ecosconfig.

Please see the documentation in the RedBoot User Guide, supplied
with this release in HTML and PDF formats.

Contents of this ReadMe:

    o What's in this release?
    o Late-breaking information
    o Known problems with the release
    o Building ecosconfig
    

What's in this release?
=======================

This is a RedBoot release for the MB93091 and MB93093 FR-V boards.

Full source is contained in the 'packages' hierarchy.

Prebuilt RedBoot binaries and an ecosconfig binary are provided
in the 'bin' hierarchy.

The RedBoot User's Guide is supplied in HTML and PDF formats
under the 'doc' hierarchy.


Late-breaking information
=========================

Please see the RedBoot manual for detailed instructions for this
platform, in particular the Installation and Testing chapter.

A new command 'setmac' has been added for the mb93091, which allows
the MAC address in the Ethernet EEPROM to be modified. It takes a single
argument; the desired new MAC address. It is necessary to set the MAC
address because all the MB93091-CBxx boards are shipped with the same
MAC address. The board should be power cycled for the new address to take
effect.

In order to use the MB93091-CB70 board in standalone mode, it is necessary
to set bit 1 of the 'SW_GPH' DIP-switches to 'OFF'. To use the MB93091-CB70
in conjunction with the VDK motherboard, it is necessary to set SW_GPH[1]
to 'ON'.

The DM9000 Ethernet device is now supported. RedBoot will look for the
default ethernet device (specified via fconfig command) first. If it
is not present, RedBoot will try the other ethernet device.

MB93091-CB451-P and MB93091-CB451-P are now supported. Set bit 2 of the
'SW_GPH' DIP-switches to 'OFF' for CB451-F and 'ON' for CB451-P.

Soft reset baudrate setting is now fixed on MB93093.

Memory configuration problem with CB451-P is now fixed.

Reboot/Resume now fixed for FR55X.

Building ecosconfig
===================

An ecosconfig binary is supplied in the bin directory, but you may wish
to build it from source.

Detailed instructions for building the command-line tool ecosconfig
on UNIX can be found in host/README. For example:

  mkdir $TEMP/redboot-build
  cd $TEMP/redboot-build
  $TOPDIR/host/configure --prefix=$TEMP/redboot-build --with-tcl=/usr
  make 

