From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29446 invoked by alias); 13 Sep 2007 07:33:26 -0000 Received: (qmail 29437 invoked by uid 22791); 13 Sep 2007 07:33:26 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Sep 2007 07:33:22 +0000 Received: by rv-out-0910.google.com with SMTP id c27so305463rvf for ; Thu, 13 Sep 2007 00:33:20 -0700 (PDT) Received: by 10.142.139.6 with SMTP id m6mr31019wfd.1189668799969; Thu, 13 Sep 2007 00:33:19 -0700 (PDT) Received: by 10.142.104.15 with HTTP; Thu, 13 Sep 2007 00:33:19 -0700 (PDT) Message-ID: Date: Thu, 13 Sep 2007 07:33:00 -0000 From: "albert prasetyo" To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] redboot ethernet problem X-SW-Source: 2007-09/txt/msg00077.txt.bz2 Hi everyone; I am currently working on at91rm9200 board (with dm9161 transceiver) and intend to use ethernet to communicate with the host pc. However, on the way to there, I found several problems. They are: -When I tried to do ping from redboot, there's message said that "Cannot reach server 192.168.0.123". 192.168.0.123 is my pc address and I set it to static IP. I tried to use ethereal and find that ARP had been broadcasted and Host PC indeed responded by sending its mac address, but my board seemed not to acknowledge it (i.e. my board kept broadcasting to my host PC until time out). Below are the capture I got from ethereal: (1) Who has 192.168.0.123? Tell 192.168.0.38 (2) 192.168.0.123 is at xx:xx:xx:xx:xx:xx and back to (1) until 8x -Try pinging from host PC was also unsuccessful but the problem source is different.The ICMPs sent by host PC were not responded by the board at all. Anyone know what's likely that cause these problems? When I used uboot and ARMLinux, the ethernet worked perfectly, so that Hardware prob is not possible. Any help would be appreciated. Thanks; Albert P -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss