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 B39B9E00294 for ; Fri, 30 Nov 2012 04:15:46 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id AF085F81211; Fri, 30 Nov 2012 05:15:45 -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, T_TO_NO_BRKTS_FREEMAIL 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 E6B6EF811D7; Fri, 30 Nov 2012 05:15:44 -0700 (MST) Message-ID: <50B8A39E.8080708@gmail.com> Date: Fri, 30 Nov 2012 05:16:30 -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: meta-freescale@yoctoproject.org References: <1354204085-16850-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1354204085-16850-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm][PATCH] linux-imx (3.0.35): Add Boundary Devices changes for imx6qsabrelite 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: Fri, 30 Nov 2012 12:15:46 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-11-29 08:48, Otavio Salvador wrote: > We import the changes done in Bondary Devices tree and the defconfig > file provided by them. > > Change-Id: I63e2d7560735586581fd13d5df60b3d5e90d73a3 > Signed-off-by: Otavio Salvador This does make my touch screen work, thanks. My camera module (OV5640 based) does not work though, but I've not researched it much yet. A couple of comments: * Could you put the changes under mx6q instead of imx6qsabrelite, much like the other files/changes that are present? I ask because I have a derivative platform which has a different name (just sabrelite - I got tired of mistyping imx6qsabrelite) and the patch was not applied until I moved it about. * More changes are necessary to make this useful for the target "out of the box", in particular: - U-Boot needs to pass additional command line parameters to make the LCD panel work properly - I use the micro-SD slot as does the BoundaryDevices setup, but U-Boot only wants to boot from the full size SD card - The touch screen needs some additional files/tuning for X to work correctly (the X axis is backwards, etc) - I'll investigate the camera soon (not top on my list yet) - The recent changes, in particular xf86-video-imxfb-vivante, do not build under Yocto/master which has moved to Xorg server version 1.13. - Why is GCC not tuned for the Cortex-A9 (currently armv7a is used)? I rebuilt using DEFAULTTUNE = "cortexa9hf-neon" which works fine and is more in line with other Cortex-A9 platforms, e.g. PandaBoard. I'll see about proposing patches for all of these soon Thanks