1.安装必须软件
sudo apt-get install -y xinetd tftp-hpa
2.修改配置文件
vi /etc/default/tftpd-hpa
# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/media/Study/tftpserver"
TFTP_ADDRESS="0.0.0.0:69"
#TFTP_OPTIONS="--secure"
TFTP_OPTIONS="-l -c -s"
3.打开tftp
sudo /etc/init.d/tftpd-hpa start
4.传送文件(开发板上)
tftp -g -r xxxxxxxx 192.168.1.100 xxxxxxxx
Ubuntu Server 12.04下Cobbler+DNSmasq+tftpd-hpa的安装配置:http://www.linuxdiyf.com/linux/11884.html
Ubuntu下搭建tftp服务:http://www.linuxdiyf.com/linux/10807.html
Ubuntu 12.04搭建tftp服务器的安装、设置、调试:http://www.linuxdiyf.com/linux/10733.html
TFTP更新linux或android系统文件:http://www.linuxdiyf.com/linux/16438.html
ubuntu tftp-server服务器安装与配置:http://www.linuxdiyf.com/linux/15933.html