Re: [U-Boot] Ping failure

2018-11-08 Thread Paul Nader
andler() --- net_loop timeout handler cancelled Even though _sun8i_emac_eth_send() is called to send the ICMP ping packet I never see it arrive at the host. After that net loop times out at net/net.c:622 Any suggestions on how to proceed next? Paul On Tue, Nov 6, 2018 at 10:54 AM Paul Nader wrote:

Re: [U-Boot] Ping failure

2018-11-06 Thread Paul Nader
I'll try without the switch using a crossover cable to link the board and the host running wireshark directly and let you know. On Tue, Nov 6, 2018 at 10:19 AM Paul Nader wrote: > > > On Tue, Nov 6, 2018 at 9:45 AM Chris Packham > wrote: > >> >> >>

Re: [U-Boot] Ping failure

2018-11-05 Thread Paul Nader
I forgot to add that the ethernet socket shows a green light and when u-boot sends packets the other led flashes amber... This puzzles me because wireshark doesn't capture any packets. On Mon, Nov 5, 2018 at 5:07 PM Paul Nader wrote: > Hi, > > I'm trying to get an olinuxin

[U-Boot] Ping failure

2018-11-05 Thread Paul Nader
Hi, I'm trying to get an olinuxino-a64 board to boot using bootp but it failed to send any DHCP packets so I reduced the problem to trying to get it to ping another host but that fails as well. I tried it both with 2018.09 and then the head of master given there were some recent commits to the ne