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.
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?
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