No tftp server found - please refer to “PetaLinux SDK Installation

编程入门 行业动态 更新时间:2024-10-15 12:37:21

No tftp server found - please <a href=https://www.elefans.com/category/jswz/34/1441212.html style=refer to “PetaLinux SDK Installation"/>

No tftp server found - please refer to “PetaLinux SDK Installation

#安装petalinux时出现警告,提示No tftp server found - please refer to “PetaLinux SDK Installation Guide” for its impact and solution,需要安装下面3个库
apt-get install tftpd tftp openbsd-inetd
gedit /etc/inetd.conf
#在文件中增加以下内容
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftproot
#保存并退出
mkdir /tftproot
chmod 777 /tftproot
/etc/init.d/openbsd-inetd restart
netstat -an | more | grep udp
#看到有如下输出,即表示tftp安装成功
#udp 0 0 0.0.0.0:69 0.0.0.0:*

至此,依赖库就安装完成了。

更多推荐

No tftp server found - please refer to “PetaLinux SDK Installation

本文发布于:2023-07-28 20:00:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1294992.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:refer   server   tftp   Installation   SDK

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!