75
Command Line Interface
TFTP Client Setup Commands
tftp get <FILENAME>
Definition: Gets the image from the TFTP server. The <FILENAME>
is the name of the image on the TFTP server. If any error
occurs during the image download, the message
ERROR will be displayed. When the user enters tftp
get, the file name in EEPROM will be employed.
Example: ggdbg>tftp get c:\102nmm.tfp
Download d:\project\dg102\102nmm.tfp ...\
OK
tftp update
Definition: This command updates the image in FLASH. The image
is downloaded for storage in DRAM. If any error occurs
during the image update, the message ERROR will be
displayed.
Example: ggdbg>tftp update
.. Erase Runtime Flash Memory ... Done
.. Program Runtime Flash Memory ... Done
OK