From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 11F37E005B1 for ; Thu, 30 Jan 2014 06:40:16 -0800 (PST) Received: by mail-pd0-f180.google.com with SMTP id x10so3088285pdj.11 for ; Thu, 30 Jan 2014 06:40:16 -0800 (PST) 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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=CYZsgoPYR+n4UV/whVjBbwNLQqVAtSxLyA0xKk03w4I=; b=SakRYbg8N7Y5USkeM5bynEJ0attvkRPe74Hh+KARXm0bG9IIFLhdOqZ5j7h1qOOPYd IKOqL1V8S0PdogjNx6GWR18Had+gbSLZOF/HJVkxNCz6kEZMiVdAjvDkRFJTji4+gtew YKwVTmj4xmsuViKDI5XMQ8zYJORynvnQYWjLP5SUHxfby52T+scEG5IxtLE1ZRkuLRs+ PH5VbpIw2YGuhcRP0OgKbLRO/tKyz3rlLtW2QycMIB+AJDmmPnIxi8otrcrW0CoLHkM3 lnVqG5gG1gvzfdsOe82X2YFDADb36fJCIWKZuhdPqHudBYeSDAnckPuhIpnIs0OPuwIi +Btg== X-Gm-Message-State: ALoCoQlns6Y/sR4VOlAEIECWPjk5NJ3Wdn2lPLFEtGb2FJePtRYE5r3dW2lryZLqR14OmsDMs8eS X-Received: by 10.66.197.164 with SMTP id iv4mr14844288pac.18.1391092816138; Thu, 30 Jan 2014 06:40:16 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id tu3sm18099301pbc.40.2014.01.30.06.40.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 Jan 2014 06:40:14 -0800 (PST) Message-ID: <52EA644B.7020307@boundarydevices.com> Date: Thu, 30 Jan 2014 07:40:11 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Gary Thomas , meta-freescale@yoctoproject.org References: <52E98F4A.6010908@boundarydevices.com> <52EA5565.9090409@boundarydevices.com> <52EA588E.3050407@mlbassoc.com> In-Reply-To: <52EA588E.3050407@mlbassoc.com> Subject: Re: Qt5 + QtQuick2 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: Thu, 30 Jan 2014 14:40:20 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Gary, On 01/30/2014 06:50 AM, Gary Thomas wrote: > On 2014-01-30 06:36, Eric Nelson wrote: >> Thanks Otavio, >> >> On 01/29/2014 09:50 PM, Otavio Salvador wrote: >>> Hello Eric, >>> >>> On Wed, Jan 29, 2014 at 9:31 PM, Eric Nelson >>> wrote: >>>> We have a customer looking to verify Qt5+Qt Quick2 on a >>>> Nitrogen6x board using Yocto. >>>> >>>> Can anyone confirm the ability to compile and run >>>> the "Hello Qt-Quick2" sample app here? >>>> >>>> http://linode.boundarydevices.com/testQuick2.tar.gz >>>> >>>> We haven't walked the steps, and are hoping to get some >>>> feedback on any current issues before we do. >>>> >>>> Thanks in advance for any feedback. >>> >>> I didn't test your example but Cinematic demo we used (for one >>> customer here) is done in Quick and works very well. >>> >> >> This beats the heck out of "Hello, World"! > > I agree, it is impressive. On my SabreLite board, I had to use > this command sequence to run it and be able to use the touch panel: > Qt5_CinematicExperience -platform eglfs -plugin > tslib:/dev/input/touchscreen0 > Thanks for the tip. > I also found it a little unstable, either the program or sometimes > the whole system locked up after a while (variable time - once it > was only 15 minutes, another time it ran for 36 hours...) > That's not good. The entire system locked up? Did you get any kernel messages? Please advise, Eric