EN 54
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_SYS_EepromDownload
Nucleus Number
1206
Description
Download a file with the contents of the NVRAM for the analogue board or the
digital board from the service PC to the recorder, by using the X-modem
protocol
Technical
-
Decode the user input and determine what EEPROM to fill: digital /
analogue
-
Store the downloaded (using XMODEM) bytes in SDRAM first
-
Then copy these contents into the EEPROM after verification
Execution Time
This depends on the chosen NVRAM and the User.
User Input
Choose one of the following parameters for the nucleus:
1. Download the contents of the NVRAM of the digital board
2. Download the contents of the NVRAM of the analogue board
Choose in the terminal of the control
PC -> transfer -> send file
.
Select
X-modem
protocol. Then choose a file with the Browse button in the
dialogue and click on
send
.
Note
: If no analogue board NVRAM is in the product no user input is needed.
Error Number
Description
120600
Download succeeded
120601
The write to NVRAM failed.
120602
Timeout. Too many retries.
120603
A file was sent with a wrong header.
120604
User cancelled the download.
120605
User input is not valid.
120606
Unknown Error
Example
DS:> 1206 1
120600:
Test OK @
Nucleus Name
DS_SYS_DvIdNumberSet
Nucleus Number
1207
Description
Set the IEEE 1394 unique ID
Technical
-
Decode the user input
-
Store the id (<b4><b3><b2><b1><b0>) into NVRAM (
<b4><b3><b2><b1><b0>)
-
Validate the segment of storage by updating the checksum
Execution Time
Less than 1 second.
User Input
The unique ID to be set.
Error Number
Description
120700
Setting the unique DV ID succeeded
120701
User input is not valid.
120702
Setting the unique DV ID failed.
120703
Write succeeded, but checksum is corrupt.
Example
DS:> 1207 1234567890
120700:
Test OK @
Nucleus Name
DS_SYS_DvIdNumberGet
Nucleus Number
1208
Description
Get the IEEE1394 unique ID
Technical
-
Read out the ID from the configuration segment and return this info to the
user
Execution Time
Less than 1 second.
User Input
None
Error Number
Description
120800
Getting the unique DV ID succeeded
120801
Getting the unique DV ID failed
120802
Reading an unexpected section version in NVRAM
Example
DS:> 1208
120800: The DvIdNumber is: 1234567890
Test OK @