Host Machine VMware-7.1Ubuntu11.04host machine OK6410 status quo Fei Ling-uboot1.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 article. If you do not understand common Linux functions, please google. This article will not go into details. U-Boot source generation
Host VMware-7.1 Ubuntu11.04
Host OK6410
The dm9000aep of status quo Fei Ling-uboot1.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 google. This article will not go into details.
U-Boot source http://www.linuxidc.com/Linux/2011-07/38897.htm
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 Ubuntu 11.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.