Listing 4. Using FTP on the Development Host to

Initialize and Load the Designated Flash Memory Area on the In-Vehicle Unit

$ ftp 10.0.0.10
Connected to 10.0.0.10.
220 flashftpd Server ready.
Name (10.0.0.10:david):
331 User david okay, need password.
Password:
230 Logged in.
ftp> bin
200 Okay, using binary.
ftp> put romusr.img
200 Okay.
150 Opening BINARY mode data connection for romusr.img
226 Transfer complete. Ready to burn USR FS image.
local: romusr.img remote: romusr.img
12288 bytes sent in 0.0012 seconds (10309.28 Kbytes/s)
ftp> quote burn
150-ROM USR FS: start=1c0000 end=1c3fff
150-Erasing flash...
150-Flash erase complete. Writing...
150 Write done.
226 Burn complete. Rebooting...
ftp> quit
$