Solvline Eddy DKV2.1.0.3 User Manual
Page 79
Chapter 5.
Creating Firmware
79
[shlee@localhost firmware]$
ftp 192.168.0.223
Connected to 192.168.0.223.
Name (192.168.0.223:shlee): eddy
331 Please specify the password.
Password:
230 Login successful.
ftp>
cd /tmp
250 Directory successfully changed.
ftp>
bin
200 Switching to Binary mode.
ftp>
put eddy-fs-2.1.x.x.bin
local: eddy-fs-2.1.x.x.bin remote: eddy-fs-2.1.x.x.bin
227 Entering Passive Mode (192,168,0,223,195,50)
150 Ok to send data.
226 File receive OK.
2104287 bytes sent in 0.47 seconds (4.3e+03 Kbytes/s)
ftp>
bye
221 Goodbye.
[shlee@localhost firmware]$
Use Telnet to check ‚eddy-fs-2.1.x.x.bin‛ file is in the /tmp directory.
Use ‚upgrade eddy-fs-2.1.x.x.bin‛ command to update the firmware.
In order for the updated firmware to take effect, you need to reboot the module.
After rebooting you can see the sample program running using Telnet program as shown below.
# pwd
/tmp
# ls eddy-fs-2.1.x.x.bin
eddy-fs-2.1.x.x.bin
#
#
upgrade eddy-fs-2.1.x.x.bin
FileSystem Erase ... 2388341 Bytes
FileSystem Write ... eddy-fs-2.1.x.x.bin, 2388341 Bytes
2388341 (2388341 bytes)
Flash Write OK
Flash Verify OK
…