14: Updating Firmware
PremierWave® XC HSPA+ Intelligent Gateway User Guide
98
Loading New Firmware through FTP
Firmware may be updated by sending the file to the PremierWave XC HSPA+ intelligent gateway
over an FTP connection. The destination file name on the PremierWave XC HSPA+ unit must
have a "firmware.rom" type of format. The device will reboot upon successful completion of the
firmware upgrade.
Example FTP session:
$ ftp 192.168.10.127
Connected to 192.168.10.127.
220 (vsFTPd 2.0.7)
Name (192.168.10.127:user): admin
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put premierwave_xc
_hspa_8_0_0_0R15
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 File receive OK.
9308164 bytes sent in 3.05 seconds (3047859 bytes/s)
ftp> quit
221 Goodbye.