79
4.2.23 [rom]
ROM file information and firmware upgrade function.
------------------------------------------------------------------------------------------------
usr/config$ rom
ROM files updating commands
Usage:
rom [-print][-app][-boot][-dsptest][-dspcore][-dspapp][-greet][-askpin]
-s TFTP/FTP server ip -f filename
rom -print
-print
show versions of rom files. (optional)
-app
update main application code(optional)
-boot
update main boot code(optional)
-boot2m
update 2M code(optional)
-dsptest
update DSP testing code(optional)
-dspcore
update DSP kernel code(optional)
-dspapp
update DSP application code(optional)
-greeting
update greeting voice file(optional)
-askpin
update ask pin code voice file(optional)
-s
IP address of TFTP/FTP server (mandatory)
-f
file name(mandatory)
-method
download via TFTP/FTP (TFTP: mode=0, FTP: mode=1)
-ftp
specify username and password for FTP
-server
specify EMS Server IP address
-id
specify EMS Server ID
-pwd
specify EMS Server password
-emstime
specify EMS cycle time
Note:
This command can run select one option in 'app', 'boot',
, 'dsptest', 'dspcore', and 'dspapp'.
Example:
rom -method 1
rom -ftp vwusr vwusr
rom -app -s 192.168.4.101 -f app.bin
usr/config$