From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A15E5E0144E for ; Wed, 28 Aug 2013 12:36:07 -0700 (PDT) Received: by mail-pa0-f43.google.com with SMTP id hz10so6634419pad.2 for ; Wed, 28 Aug 2013 12:36:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=1Z5k9QyhmaBI2eqovgwB3pJWWvfi52acLAXs2QXsB/4=; b=OzjOVIIlxQYH1OLFmxlC1XsEG3+Ha3iOJ9U2V2CEiM45KuU4hK3e0cKjm+knCVHNiU NjqGXOWq7kwcuwjEPk8p5KzRVODS45xPJT5GcZszkISaeKdNw+48XZEXppKi+6doJ1OY DGcEGs7SUZtIBSFNpCYs7VHg+74+w5U3MKKEK8Bj6JmvR0+ebdF+1baZZ64YSMeykcTg XvgqFaUfSAk/DH844wflB/7qlfMyqxl4Wz9tBkrXM1Q7iBr0pLMaEFn+W4MDorOGDBiO hep1PudSDIxXYMY1xr/hpp9yzk4l5xDTBR3mE9jpKxiIe2/3IU1+sWrLHV2SNX4ml0hf X7Ng== X-Gm-Message-State: ALoCoQkhA3LajisRwxnbh9MV4rz55E2z8OtwDXY5ywYLpYjt36x3THErqQS+nLwHDWwoxD2j0/TP X-Received: by 10.66.156.199 with SMTP id wg7mr230088pab.81.1377718567296; Wed, 28 Aug 2013 12:36:07 -0700 (PDT) Received: from [192.168.0.15] ([70.96.116.236]) by mx.google.com with ESMTPSA id zq10sm35687508pab.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 Aug 2013 12:36:06 -0700 (PDT) Message-ID: <521E5123.1010602@boundarydevices.com> Date: Wed, 28 Aug 2013 12:36:03 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Sandoval Zazueta Francisco-B20593 References: <0A5C435BA5541A41BB01E9FDDC4A7A4203DA4AE7@039-SN2MPN1-022.039d.mgd.msft.net> In-Reply-To: <0A5C435BA5541A41BB01E9FDDC4A7A4203DA4AE7@039-SN2MPN1-022.039d.mgd.msft.net> Cc: "meta-freescale@yoctoproject.org" Subject: Re: Boundary Device's wvga parallel screen touch X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 19:36:10 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Paco, On 08/28/2013 12:03 PM, Sandoval Zazueta Francisco-B20593 wrote: > Hello! > > I found a thread looking around on touch screen working with community > yocto: > > http://comments.gmane.org/gmane.linux.embedded.yocto.meta-freescale/62 > > I'm trying to get touch to work with the same display on master. Did you > figure out the issue? I compiled the kernel with p1003 and > irq_set_irq_type. It compiles but touch still doesn't work. > > evtest gives the following output: > root@imx6qsabreauto:~# evtest /dev/input/event0 SABRE Auto? I didn't know you that had a matching connector. If you're not running on our kernel (and board), you're going to need a kernel patch: to add the driver: https://github.com/boundarydevices/linux-imx6/commit/2b95627cceb68bb7a045215779fac3b1a9ef6e99 And some board glue like this in SABRE Auto: https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.0.35_4.0.0/arch/arm/mach-mx6/board-mx6_nitrogen6x.c#L636 (Oddly requires header file tsc2007.h and the tsc2007 data structur). Regards, Eric