EN 30
3139 785 31150
Firmware Upgrading & Diagnostic Software
5.
Error Number
Description
60400
Selecting the input of the VIP succeeded
60401
The user provided wrong input
60402
The VIP was not accessible
60403
An unsupported VIP was found
Example
DS:> 604 1
060400:
Test OK @
Digital Video Input Output Circuit (DVIO)
Nucleus Name
DS_DVIO_LinkDevTypeGet
Nucleus Number
700
Description
Get the device (revision) type information of the 1394 Link layer IC
Technical
-
Initialise the PIO pins on the Codec
-
Read out the ID register
Execution Time
Less than 1 second
User Input
None
Error Number
Description
70000
Getting the information from the link layer IC succeeded
70001
Getting the information from the link layer IC failed
70002
Type not according to type stored in HW diversity string
Example
DS:> 700
070000: Device type of the link layer IC: ffc00301
Test OK @
Nucleus Name
DS_DVIO_PhyDevTypeGet
Nucleus Number
701
Description
Get the device (revision) type information of the 1394 Physical layer IC
Technical
-
Initialise the PIO pins of the Codec
-
Write the PHY-access register in the Link chip to indicate phy read access
-
Wait until the link chip has obtained the value from the phy-chip
-
Read this out and filter the data to be returned to the user
Execution Time
Less than 1 second
User Input
None
Error Number
Description
70100
Getting the information from the physical layer IC succeeded
70101
The physical layer IC was not accessible
70102
Getting the information from the physical layer IC failed
70103
Type not according to type stored in HW diversity
Example
DS:> 701
070100: Physical layer IC: VendorID: 0x006037, ProductID: 0x412801
Test OK @
Nucleus Name
DS_DVIO_LinkCommunication
Nucleus Number
702
Description
Check the accessibility of the 1394 Link layer IC by writing to and reading from
a specific address
Technical
-
Initialise the PIO pins of the Codec
-
Write a pattern to the CYCTM register of the link chip
-
Read back and verify the pattern
Execution Time
Less than 1 second
User Input
None
Error Number
Description
70200
Communicating with the link layer IC succeeded
70201
Communicating with the link layer IC failed
70202
Result of nucleus not according to HW diversity string
Example
DS:> 702
070200:
Test OK @