Host VMware-7.1Ubuntu11.04 Development Board OK6410 status quo fly Ling-u-boot1.1.6 dm9000aep can be used. No problem with tftp. To use the tftp function of uboot, you also need to install and configure tftp on the host computer. The problem has been solved in this paper, if you do not understand the common functions of linux, please also view the relevant articles www.linuxidc.com host VMware-7.1 Ubuntu11.04
Development Board OK6410
Status quo: The dm9000aep of the Flying-u-boot1.1.6 can be used. No problem with tftp. To use the tftp function of uboot, you also need to install and configure tftp on the host computer.
The problem has been solved in this article. If you do not understand common linux functions, please refer to relevant articles on www.linuxidc.com.
Font and color description: [Purple] indicates command line execution
[Brown Red] indicates the command line display content
[Blue] Text Document or content in source code
[Green] indicates the file name.
--- Step 1 --- install the software required for the tftp Function
Start Ubuntu11.04 in VMware, open the terminal, and obtain the root permission.
Run the following command:
Apt-get install tftpd
Apt-get install netkit-inetd
If the second command is displayed after execution:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package netkit-inetd is a virtual package provided:
Inetutils-inetd 2:1. 8-3
Openbsd-inetd 0.20080125-6ubuntu1
You shoshould explain icitly select one to install.
E: Package 'netkit-inetd' has no installation candidate
You can change the second command:
Apt-get install openbsd-inetd
--- Step 2 --- configure tftp Modification /Etc/inetd. confFile to add the following content to inetd. conf:
Tftp dgram udp wait nobody/usr/sbin/tcpd/usr/sbin/in. tftpd/srv/tftp
The above /Srv/tftpChange to your ftp directory.
--- Step 3 --- restart the tftp service and run the following command to restart:
/Etc/init. d/openbsd-inetd restart
After restart, the following information is displayed:
* Restarting internet superserver inetd [OK]
This completes the tftpd configuration method in Ubunu.