From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27426 invoked by alias); 10 Jun 2008 20:28:02 -0000 Received: (qmail 27326 invoked by uid 22791); 10 Jun 2008 20:28:02 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from s200aog16.obsmtp.com (HELO s200aog16.obsmtp.com) (207.126.144.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jun 2008 20:27:40 +0000 Received: from source ([167.4.1.35]) (using TLSv1) by eu1sys200aob016.postini.com ([207.126.147.11]) with SMTP; Tue, 10 Jun 2008 20:27:35 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.80.115]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 3A3C2DAFE for ; Tue, 10 Jun 2008 20:27:34 +0000 (GMT) Received: from mail1.phx.st.com (mail1.phx.st.com [167.4.198.60]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id D924048C6C for ; Tue, 10 Jun 2008 20:27:33 +0000 (GMT) Received: from [167.4.196.118] (cea05.phx.st.com [167.4.196.118]) by mail1.phx.st.com (MOS 3.7.5a-GA) with ESMTP id CPH14412 (AUTH "paul thacker"); Tue, 10 Jun 2008 13:27:32 -0700 (MST) Message-ID: <484EE45D.6040407@st.com> Date: Tue, 10 Jun 2008 20:28:00 -0000 From: Paul J THACKER User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: How do I add a serial driver? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2008-06/txt/msg00003.txt.bz2 I'm porting ECOS to a new platform, based on the ARM926. I cloned an existing platform and got everything to compile, but I can't figure out how to add the serial driver. I cloned an existing driver and added it to my cdl files. It shows up in Build->Packages, but when I try to add it, I get a message that says "Add and remove hardware packages by selecting a new hardware template". I tried a couple of other platforms with the same result. I'm clearly not understanding this process. Can anybody help? Thanks, Paul