EN 71
3139 785 31532
5.
Firmware Upgrading & Diagnostic Software
Nucleus Name
DS_SYS_GLinkWriteRead
Nucleus Number
1238
Description
Send out some data through the G-Link UART and read back the data.
The user must short-circuit the TX and RX line of the G-Link connector.
Technical
-
UART 3 setup (1200, 8, n, 1)
-
Send “HELLO”.
-
Receive data.
-
Compare data with “HELLO”.
Execution Time
1 second
User Input
None
Error Number
Description
123800
Writing and reading back data through the G-Link succeeded
123801
Unable to setup the G-Link UART
123802
Failed to write data to the the G-Link connector
123803
No data was received from the G-Link connector
123804
Invalid data was received from the G-Link connector
Example
DS:> 1238
123800:
Test OK @
Electronic Program Guide Board (EPGB)
Nucleus Name
DS_EPGB_VersionGet
Nucleus Number
1300
Description
Returns the version of the EPG board.
Technical
-
Issue the command to get the version of the EPG board to the analogue
board
-
Return the received information to the user
Execution Time
3 seconds.
User Input
None
Error Number
Description
130000
Getting the version succeeded
130001
Communication with the analogue board failed.
130002
Communication with the EPG board failed.
130003
There was no response from the analogue board.
130004
No DS error code known for analogue board error.
Example
DS:> 1300
130000:
Version : 6.1.9
Test OK @
High-De
fi
nition Multimedia Interface (HDMI)
Nucleus Name
DS_HDMI_DevTypeGet
Nucleus Number
1500
Description
Get the device (revision) type information of the HDMI-IC.
Technical
-
Read out the information through IIC
Execution Time
Less than 1 second
User Input
None
Error Number
Description
150000
Getting the device type of the nucleus succeeded
150001
Failed to retrieve the hardware diversity string
150002
Failed to initialise the IIC communication
150003
The hardware was not detected although indicated by Diversity
150004
Failed to access HDMI transmitter chip SI9030
Example
DS:> 1500
150000:
Vendor ID : 0x 0 0x 1
Device ID : 0x91 0x42
Device Revision : 0x 0
Test OK @