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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

2,044 Views
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 Kudos
Reply
2 Replies

2,014 Views
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 Kudos
Reply

1,349 Views
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 Kudos
Reply