EN 107
3139 785 31532
5.
Firmware Upgrading & Diagnostic Software
p
User Input
The user can enter 3 parameters in the next format:
<COMMAND> <HDD sector> <nr of HDD sectors>
<COMMAND> is one of the next strings:
x
NEW: Create a new transfer image table, <HDD sector> and <nr of
HDD sectors> must be entered. The tray of the DVD drive is sent out
an the user is asked to insert a DVD+RW
x
ADD: Add a section to the current transfer table, <HDD sector> and
<nr of HDD sectors> must be entered
x
READ: Read the current transfer image table from the DVD. The tray
of the DVD drive is sent out an the user is asked to insert a DVD+RW
x
VIEW: View the contents of the current transfer table
x
GO: Copy data from the HDD to the DVD+RW according to the
currently entered transfer table
<HDD sector> = the sector on HDD to start reading from
<HDD sectors> = the number of HDD sectors to transfer
Error Number
Description
210600
Uploading image succeeded
210601
The initialisation of IDE failed
210602
Communication with the hard disk drive failed
210603
Communication with the AV3 failed
210604
No DVD+RW is available
210605
Calibrating DVD+RW failed
210607
Error while reading image data from HDD
210608
Error while writing image to DVD+RW
210609
Unable to update the transfer table on the DVD+RW
Example
DS:> 2106
210605: Invalid user input
Error @
DS:> 2106 READ
Please insert a writable DVD+RW
210609: Unable to update transfer table
Error @
DS:> 2106 NEW 0x1 2048
Creating new transfer table
Adding entry 1 to transfer table
Length 1 entries
210605: NEW 0X1 2048
Test OK @
DS:> 2106 VIEW
Length 1 entries
Entry 1:
hddPosition : 0x1
nrHddSectors : 0x800
dvdPosition : 0x34040
nrDvdSectors : 0x200
210605: VIEW
Test OK @
DS:> 2106 ADD 0x2001 20480
Adding entry 2 to transfer table
Length 2 entries
210605: ADD 0X2001 20480
Test OK @
DS:> 2106 GO
Please insert a writable DVD+RW
Executing transfer table 1 of 1, size 1048576 bytes (=1 MB)
Calibrating laser of DVD drive
Start creating image on DVD at 0x34040. Checking ... <OK>
210600: Transfer OK
Test OK @