[yocto] Tftp Server Problem P1021rdb

Khem Raj raj.khem at gmail.com
Tue Oct 2 23:24:16 PDT 2012


On Tue, Oct 2, 2012 at 9:15 AM, Maxime Moge <Maxime.Moge at sick.de> wrote:
> Hello,
>
>
> Ich ve got to install the TFTP-Server on the Linux Virtual Machine(Ubuntu
> 10.04) :
>
>         sudo apt-get install xinetd tftpd-hpa tftp
>
>         sudo vim /etc/default/tftpd-hpa
>                 #defaults for tftp-hpa
>                 RUN_DAEMON="yes"
>                 OPTIONS="-l -s /var/lib/tftpboot"
>
> Then, I set up the TFTP Folder:
>
>         sudo mkdir /tftpboot
>         sudo chmod -R 777 /tftpboot
>         sudo chown -R nobody /tftpboot
>
> Straight after that, I startet the server:
>         sudo /etc/init.d/tftpd-hpa start
>
>
>
> The problem is that I cant get any file from the server to the device.!
> The problem remains when I try to get a file to my Windows Host  (Window 7)
>         T T T T T T retry count exceed...
>
> I tried to get a file by using another terminal within the same linux
> virtual machine
>         tftp VirtualMachineIP
>         get RunThis.sh
>         ....Timeout
> It didnt work out
> Alternatively, I configured the  xinetd Tftp script :
>         sudo vim /etc/xinetd/tftp
>
> Then I stopped tftpd-hpa.
>
> then startes xinetd (sudo service xinetd start)
>
> All that didnt work.
>
> Any Idea what I can do?
>
>

try atftp server it works ok for me
http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html

> Thank in advance
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



More information about the yocto mailing list