SATUPGRADE SUP UG (MODULATOR)
Gets or sets tuner capabilities. On get, the returned value is a number which
represents the current capabilities of the tuner.
Form:
Command Handler: SYSD
SATUPGRADE|SUP|UG [KeyString | REFRESH | FIRMWARE [BEGIN Filename | LIST]]
KeyString: the key issued for upgrading the device
Filename: the file name issued for upgrading the device
Response:
SATUPGRADE RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Get modulator information (NTC7029):
*.SYSD SUP
OK
BOARD_ID= NTC7039
BOARD_SERIAL= 30015081
BOARD_LICENSE= 25
BOARD_CAPABILITIES= N/A
BOARD_SW_VERSION= v2.72
Get modulator information (NTC7239):
*.SYSD SUP
OK
BOARD_ID= NTC7239
BOARD_SERIAL= 30127051
BOARD_LICENSE= IF/LB/10M-CID-KEY:1,IF/LB/10M-54M-KEY:0,IF/LB/10M-8PSK-KEY:0,IF/LB/10M-16APSK-KEY:0,IF/LB/10M-32APSK-KEY:1
BOARD_CAPABILITIES= DVB-S1,DVB-S2,QPSK,8-PSK,16-QAM/16APSK,32APSK,Symbol Rate 36 MBaud,L-BAND,IF-BAND
BOARD_SW_VERSION= v1.0.2.50616
Refresh modulator information (re-fetches data from hardware and updates cached copy)
*.SYSD SUP REFRESH
Get current firmware progress
*.SYSD SUP FIRMWARE
OK
START_TIME=Wed Jul 2 13:00:16 2014
ESTIMATED_END_TIME=Wed Jul 2 13:55:38 2014
ESTIMATED_TIME_REMAINING(s)=3303
COMPLETED=21376
TOTAL=3737600
PERCENT_COMPLETE=0.571918
Get all available firmware files
*.SYSD SUP FIRMWARE LIST
OK
FILE_COUNT=2
FILE[0]=OM6000_1_0_2_50616.fir.ntc.tgz
FILE[1]=OM6000_1_0_1_49741.fir.ntc.tgz
Start firmware upgrade
*.SYSD SUP FIRMWARE BEGIN file_xxx.fir.ntc.tgz
Notes: