From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Jul 2013 06:44:53 +0200 Subject: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue In-Reply-To: References: <1373583784-7129-1-git-send-email-marex@denx.de> Message-ID: <201307160644.53198.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Fabio Estevam, > On Tue, Jul 16, 2013 at 12:51 AM, Fabio Estevam wrote: > > On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios > > > > 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 > } Another thing of interest would be a 'tcpdump' pcap capture of that connection. Best regards, Marek Vasut