From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3704 invoked by alias); 27 Nov 2007 04:48:41 -0000 Received: (qmail 3691 invoked by uid 22791); 27 Nov 2007 04:48:40 -0000 X-Spam-Check-By: sourceware.org Received: from mail4.hostek.com (HELO mail4.hostek.com) (216.198.218.132) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Nov 2007 04:48:29 +0000 X-SMSpamC: skipped (authenticated sender) Received: from abts-kk-dynamic-057.213.167.122.airtelbroadband.in [122.167.213.57] by mail4.hostek.com with SMTP; Mon, 26 Nov 2007 22:47:19 -0600 From: "Navya S Kamath" To: "'Andrew Lunn'" Cc: Date: Tue, 27 Nov 2007 06:47:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: 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] How to enable USB on IXP425 GRG X-SW-Source: 2007-11/txt/msg00171.txt.bz2 Message-ID: <20071127064700.sLV_479olmSbRG29b672bKGiG4DJPSMRwCqoVu4is2s@z> Hi, I could successfully compile the redboot with USB drivers for IXP425, but when I load the image I am not able to get the initialization code running. I have enabled the diagnostic message in the USB in usbs_ixp425_init () function which is the entry point. How can I proceed? Please help Regards, Navya -----Original Message----- From: ecos-discuss-owner@ecos.sourceware.org [mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Navya S Kamath Sent: Monday, November 26, 2007 11:10 AM To: 'Andrew Lunn' Cc: ecos-discuss@ecos.sourceware.org Subject: RE: [ECOS] How to enable USB on IXP425 GRG Hi, I have the code compiling now. The cdl_option for EP0 was taking the default value of CYGINT_IO_USB_SLAVE_CLIENTS which was 0.I changed this value to 1 with this the USB code gets compiled. Thank you so much for the information. Regards, Navya -----Original Message----- From: ecos-discuss-owner@ecos.sourceware.org [mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Andrew Lunn Sent: Saturday, November 24, 2007 1:48 AM To: Navya S Kamath Cc: ecos-discuss@ecos.sourceware.org Subject: Re: [ECOS] How to enable USB on IXP425 GRG On Fri, Nov 23, 2007 at 05:57:25PM +0530, Navya S Kamath wrote: > Hi, > > I created a driver package for USB on IXP425. I have modified the ecos.db to > include the USB package. Similarly I have edited the .ecm files for the > board. But while compiling the image the driver source is not compiled.Is > there any other change to be made? Nope. The linker may through the driver away if it is not used, but you say it is not even being compiled. So this is a different issue. Does your packages CDL have any enable/disable logic? Does you ecos.ecc file contain the driver package and any options it make include. Do you get a makefile for it in the build tree? Does the Makefile list the source file? Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss