From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82E98E011ED for ; Tue, 27 Nov 2012 10:13:20 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id CB5C9F811FC; Tue, 27 Nov 2012 11:13:19 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id B4D0DF811FC; Tue, 27 Nov 2012 11:13:18 -0700 (MST) Message-ID: <50B502E6.9040308@gmail.com> Date: Tue, 27 Nov 2012 11:13:58 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Fabio Estevam References: <1353610181-14057-1-git-send-email-otavio@ossystems.com.br> <96715462.r9LSDhPm2f@rudolf> <50B3AE06.7020807@gmail.com> <50B3B4A1.5030400@gmail.com> <50B3BAF0.2020507@gmail.com> In-Reply-To: Cc: meta-freescale@yoctoproject.org, Otavio Salvador Subject: Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP 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: Tue, 27 Nov 2012 18:13:20 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2012-11-27 10:52, Fabio Estevam wrote: > On Tue, Nov 27, 2012 at 1:13 AM, Fabio Estevam wrote: >> On Mon, Nov 26, 2012 at 4:57 PM, Otavio Salvador >> wrote: >> >>> In any case this seems to be kernel related and not a BSP issue. >>> Fabio, could you take a look? >> >> The "failed to read firmware version" seems to be an I2C issue. The >> I2C controllers send some commands to the panel, and it is failing. > > I think the I2C read failure is normal, as the sabrelite panel is not egalax. > > You should use the Hannstar panel. Hmm, that driver does not build (meta-fsl-arm is up to date): | drivers/input/touchscreen/p1003_ts.c: In function 'p1003_probe': | drivers/input/touchscreen/p1003_ts.c:304:2: error: implicit declaration of function 'set_irq_type' [-Werror=implicit-function-declaration] | cc1: some warnings being treated as errors | make[3]: *** [drivers/input/touchscreen/p1003_ts.o] Error 1 | make[2]: *** [drivers/input/touchscreen] Error 2 | make[1]: *** [drivers/input] Error 2 | make: *** [drivers] Error 2 | make: *** Waiting for unfinished jobs.... | AR lib/lib.a | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (see /home/local/imx6_poky/tmp/work/sabrelite-amltd-linux-gnueabi/linux-imx-3.0.35-r32.3/temp/log.do_compile.12860 for further information) ERROR: Task 6 (/home/local/poky-multi/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb, do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 603 tasks of which 599 didn't need to be rerun and 1 failed. No currently running tasks (599 of 613) Summary: 1 task failed: /home/local/poky-multi/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb, do_compile