A) role: mainly provides download of the main image files of the target machine, file transfer protocol B) host machine: computer that compiles and links embedded software c) target machine: is a hardware platform that runs embedded software. D) installation: 1. check whether or not to install: a) system in Setup... information & n
A) role: mainly provides download of the main image files of the target machine, File Transfer Protocol
B) host machine: a computer that compiles and links embedded software.
C) target machine: a hardware platform that runs embedded software.
D) installation:
1. check for installation:
A) Does the system service in Setup contain tftp?
B) netstat-a | grep tftp
2. check whether the server is running: service xinetd status
3. Installation: rpm-ivh tftp-server-0.42-3.1.i386.rpm
4. Create the main working directory of tftp in the root directory: mkdir/tftpboot
E) modify the configuration file vi/etc/xinetd. d/tftp.
1. location of the downloaded file: server_args =-s/tftpboot
2. no: disable = no
F) start: #/etc/init. d/xinetd start
G) restart the system: complete the installation
From the column of Ainemo