From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17985 invoked by alias); 10 Aug 2009 21:17:06 -0000 Received: (qmail 17976 invoked by uid 22791); 10 Aug 2009 21:17:04 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_62,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f205.google.com (HELO mail-ew0-f205.google.com) (209.85.219.205) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Aug 2009 21:16:56 +0000 Received: by ewy1 with SMTP id 1so3511087ewy.30 for ; Mon, 10 Aug 2009 14:16:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.35.16 with SMTP id i16mr5504483ebi.35.1249939013557; Mon, 10 Aug 2009 14:16:53 -0700 (PDT) In-Reply-To: <4A7A907D.3040101@dallaway.org.uk> References: <4A70A606.5060309@dallaway.org.uk> <4A7156FF.9030206@dallaway.org.uk> <4A72AAD3.70006@dallaway.org.uk> <4A782168.3050603@zynaptic.com> <4A7A907D.3040101@dallaway.org.uk> Date: Mon, 10 Aug 2009 21:17:00 -0000 Message-ID: From: kishore Srimat To: John Dallaway Cc: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: Re: [ECOS] Re: How to run ECO 3.0 on STM32 X-SW-Source: 2009-08/txt/msg00028.txt.bz2 Hi John, Thank you, Yes I could make with Simon's lwIP stack. I know that I need to have ethernet interface for specific ethernet hardware. In /current/src/netif/ethernetif.c is the file which I need to change.to conncet stack with harware. with that I have some other .c and .h file which need to compile for ethernet daughter board. So can i directly replace the file ethernetif.c with my ethernetif.c ? and where should i add my ethernet hardware specific files and where should i compile all of them. I am using GDB gui. I do have ethernetif.c with the ethernet hardware specific files and they r working with FreeRTOS so I just need to use same files and connect them to ecos. I am almost there in getting my target run. Best regards Kishore On Thu, Aug 6, 2009 at 1:12 AM, John Dallaway wrote: > Hi Kishore > > Kishore Srimat wrote: > >> Well I would like to know the way to add Simon's lwIP 1.3.0 which i >> downloaded. Is there a procedure to take out the old lwIP and add the >> new Simon's lwIP ? >> >> I see the lwIP folder and also a ecos database file. So I thought its >> a good idea to ask ecos experts here. > > cd /tmp > tar zxf lwip-20090722.tar.gz > cp -r lwip/packages/net/lwip_tcpip/current \ > /opt/ecos/ecos-3.0/packages/net/lwip_tcpip > > You will now have two versions of the lwIP TCP/IP stack in your > repository: "v3_0" and "current". You do not need to modify ecos.db. > > When you create new eCos configurations, the eCos host tools will use > the "current" version by default. > > John Dallaway > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss