how to add tftpd-hpa (tftp server) in imx8mqevk. yocto image

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to add tftpd-hpa (tftp server) in imx8mqevk. yocto image

3,096 次查看
gonewithwind-peter
Senior Contributor I

hi all,

I added tftp-hpa in local.conf  :

IMAGE_INSTALL_append += " tftp-hpa"

I tried to add tftpd-hpa (tftp server), but on this package. I removed it from local.conf,and built.

after startup, I find it at here

./usr/bin/tftp-hpa
./usr/bin/tftp

 

it's tftp client.

it seems there is no tftpd-hpa(tftp server)

Question: how to add tftp server (ttftd-hpa) in  yocto image.

 

I find a file at here 

./meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.service

but after yocto image  startup, I do not find it. how can make it work?

 

Thank you.

 

0 项奖励
回复
2 回复数

3,066 次查看
jimmychan
NXP TechSupport
NXP TechSupport

According to https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git/tree/INSTALL.tftp?h=tftp-hpa-5.2, the tftpd server installing as /usr/sbin/in.tftpd. Do you see this in.tftpd in your system?

 

0 项奖励
回复

2,401 次查看
gonewithwind-peter
Senior Contributor I

Hi @jimmychan 

about 2 year ago, I asked the Questions,  I actually did not find in.tftpd in my system.

I add tftp-hpa in local.conf . I can find tftp-hpa

0 项奖励
回复