User`s guide

434
If the USB storage device is empty, you will get the following message:
No files
If no USB device is present, the following message is displayed:
No USB flash directory
Example 2:
To copy a file called “image” from the main flash memory onto the USB device, you would
enter the command:
copy image u:image
To copy a file called “Logcodes.TXT” from the USB device to the main flash memory, you
would enter the command:
copy u:Logcodes.TXT Logcodes.TXT
or
copy u:Logcodes.TXT
If no destination file is specified, the destination is set to the FLASH directory and the file
name remains the same.
Using USB devices to upgrade firmware
Functionality available from firmware version 4891 onwards.
The firmware of a TransPort can be upgraded using the USB storage device. To do this
procedure, using the information given above, a simple batch file called pb2.bat should
created and the relevant files placed into the root directory of the USB storage device. Then,
when the USB device is inserted into the TransPort and the reset button is pressed twice,
the upgrade is performed.
ERROR_EXIT
del *.web
copy u:sbios1 sbios1
copy u:logcodes.txt logcodes.txt
copy u:image image
copy u:image4.c3 image4.c3
copy u:Y4890wVS.web Y4890wVS.web
move sbios1 sbios
scanr
flashleds
When the LEDs on the TransPort start flashing, the upgrade is complete and the TransPort
must be rebooted for the new firmware to be activated.
Using USB devices with .all files
Functionality available from firmware version 4910 onwards.
A .all file is a special file that contains all of the firmware and configuration files in a single
file that has the file extension .all and is an exact copy of the TransPort router in its current
state. This .all file can then be applied to another TransPort router, as long as it is the same
model.
To extract a .all file use the Digi Flash Writer software.