On Tue, Jul 16, 2013 at 12:51 AM, Fabio Estevam <[email protected]> wrote:
> On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios
> <[email protected]> wrote:
>
>> @Fabio: could you manually run the command 'tftp ${loadaddr} file100M' in
>> your EVK?
>
> Yes, this is what I have been running since the beginning.
>
>> If it doesn't fail, could you try running it again after playing with the
>> environment (setting/printing some variables).
>
> I can't reproduce the problem here.
>
>> As I said, this issue appeared with different TFTP servers and is
>> independent of whether the dcache is or not enabled.
>
> Can you transfer from a PC to another PC via TFTP?

This is my tftp configuration for your reference:

$ cat /etc/xinetd.d/tftp
        service tftp
        {
        protocol        = udp
        port            = 69
        socket_type     = dgram
        wait            = yes
        user            = nobody
        server          = /usr/sbin/in.tftpd
        server_args     = /tftpboot
        disable         = no
        }
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to