From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 7 Jan 2005 08:38:05 -0500 Subject: [U-Boot-Users] FCC2 issue on PQ2FADS In-Reply-To: <008C124D-6029-11D9-84A3-000393DBC2E8@freescale.com> References: <008C124D-6029-11D9-84A3-000393DBC2E8@freescale.com> Message-ID: <41DE90BD.4010102@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > I've got a new PQ2FADS board and am having issues with FCC2. I'm using > the 1.1.2 release, we seem to be able to transmit but not receive packets. > > Any ideas? > > - kumar * Are you sure your patch cord is OK? * How do you know it isn't receiving packets? * How do you know it is transmitting packets? Have you sniffed your ether with ethereal and verified the Tx packets are properly formed (see next bullet)? * Are you sure your IP address and MAC are OK (WARNING: arbitrarily chosen MACs always seem to be illegal -- must be a corollary to Murphy's law) * Are you aware that u-boot does not respond to "ping" (you can ping another machine from the command prompt, but u-boot won't respond if you ping _it_ from another machine)? gvb