[U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

Fabio Estevam festevam at gmail.com
Tue Jul 16 06:18:04 CEST 2013


On Tue, Jul 16, 2013 at 12:51 AM, Fabio Estevam <festevam at gmail.com> wrote:
> On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios
> <hector.palacios at digi.com> 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
        }


More information about the U-Boot mailing list