UC-7400-LX Plus User’s Manual
Managing Embedded Linux
3-4
The following instructions give the steps required to save the firmware file to the UC-7400-LX
Plus RAM disk, and then upgrade the firmware.
1.
Type the following commands to enable the RAM disk:
#upramdisk
#cd /mnt/ramdisk
2.
Type the following commands to use the UC-7400-LX Plus’s built-in FTP client to transfer
the firmware file (
FWR_UC7400P_Va b_Build_YY MM DD HH
) from the PC to the
UC-7400-LX Plus:
/mnt/ramdisk> ftp <destination PC’s IP>
Login Name: xxxx
Login Password: xxxx
ftp> bin
ftp> get FWR UC7400P V1.3 Build 07052922
192.168.3.127 - PuTTY
root@Moxa:/mnt/ramdisk# ftp 192.168.3.193
Connected to 192.168.3.193 (192.168.3.193).
220 TYPSoft FTP Server 1.10 ready…
Name (192.168.3.193:root): root
331 Password required for root.
Password:
230 User root logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd newsw
250 CWD command successful. “/C:/ftproot/newsw/” is current directory.
ftp> bin
200 Type set to I.
ftp> ls
200 Port command successful.
150 Opening data connection for directory list.
drw-rw-rw- 1 ftp ftp 0 Nov 30 10:03 .
drw-rw-rw- 1 ftp ftp 0 Nov 30 10:03 .
-rw-rw-rw- 1 ftp ftp 12904012 Nov 29 10:24 FWR_UC7400P_V1.3_Build_07052922
Transfer complete.
ftp> get FWR_UC7400P_V1.3_Build_07052922
local: FWR_UC7400P_V1.3_Build_070529 remote: FWR_UC7400P_V1.3_Build_07052922
200 Port command successful.
150 Opening data connection for FWR_UC7400P_V1.3_Build_07052922
226 Transfer complete.
12904012 bytes received in 2.17 secs (5925.8 kB/s)
ftp>