Install and configure Ubuntu11.04 for the U-Boottftp Function

Source: Internet
Author: User
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.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.