All of lore.kernel.org
 help / color / mirror / Atom feed
* Qt5 + QtQuick2
@ 2014-01-29 23:31 Eric Nelson
  2014-01-30  4:50 ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Nelson @ 2014-01-29 23:31 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hi all,

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.


Eric


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-29 23:31 Qt5 + QtQuick2 Eric Nelson
@ 2014-01-30  4:50 ` Otavio Salvador
  2014-01-30  7:38   ` Jacob Kroon
  2014-01-30 13:36   ` Eric Nelson
  0 siblings, 2 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-01-30  4:50 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org

Hello Eric,

On Wed, Jan 29, 2014 at 9:31 PM, Eric Nelson
<eric.nelson@boundarydevices.com> 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.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30  4:50 ` Otavio Salvador
@ 2014-01-30  7:38   ` Jacob Kroon
  2014-01-30 13:37     ` Eric Nelson
  2014-01-30 13:36   ` Eric Nelson
  1 sibling, 1 reply; 8+ messages in thread
From: Jacob Kroon @ 2014-01-30  7:38 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

On Thu, Jan 30, 2014 at 5:50 AM, Otavio Salvador <otavio@ossystems.com.br>wrote:

> Hello Eric,
>
> On Wed, Jan 29, 2014 at 9:31 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> 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.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

I'm succesfully running a Qt5.2 + QtQuick2 application on the Wandboard
Solo/Dual, running on an image built with Bitbake/OpenEmbedded Core +
meta-qt5 and meta-fsl-arm(-extra) layers. Only tried with eglfs backend
though, I haven't got Wayland or X11 backends running sofar.

  -- Jacob

[-- Attachment #2: Type: text/html, Size: 2514 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30  4:50 ` Otavio Salvador
  2014-01-30  7:38   ` Jacob Kroon
@ 2014-01-30 13:36   ` Eric Nelson
  2014-01-30 13:50     ` Gary Thomas
  1 sibling, 1 reply; 8+ messages in thread
From: Eric Nelson @ 2014-01-30 13:36 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

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
> <eric.nelson@boundarydevices.com> 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"!



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30  7:38   ` Jacob Kroon
@ 2014-01-30 13:37     ` Eric Nelson
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Nelson @ 2014-01-30 13:37 UTC (permalink / raw)
  To: Jacob Kroon, Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Thanks Jacob,

On 01/30/2014 12:38 AM, Jacob Kroon wrote:
> On Thu, Jan 30, 2014 at 5:50 AM, Otavio Salvador
> <otavio@ossystems.com.br <mailto:otavio@ossystems.com.br>> wrote:
>
>     Hello Eric,
>
>     On Wed, Jan 29, 2014 at 9:31 PM, Eric Nelson
>     <eric.nelson@boundarydevices.com
>     <mailto:eric.nelson@boundarydevices.com>> 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.
>
>     --
>     Otavio Salvador                             O.S. Systems
>     http://www.ossystems.com.br http://code.ossystems.com.br
>     Mobile: +55 (53) 9981-7854 <tel:%2B55%20%2853%29%209981-7854>
>           Mobile: +1 (347) 903-9750 <tel:%2B1%20%28347%29%20903-9750>
>     _______________________________________________
>     meta-freescale mailing list
>     meta-freescale@yoctoproject.org <mailto:meta-freescale@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
> I'm succesfully running a Qt5.2 + QtQuick2 application on the Wandboard
> Solo/Dual, running on an image built with Bitbake/OpenEmbedded Core +
> meta-qt5 and meta-fsl-arm(-extra) layers. Only tried with eglfs backend
> though, I haven't got Wayland or X11 backends running sofar.
>

Great. Thanks for the feedback.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30 13:36   ` Eric Nelson
@ 2014-01-30 13:50     ` Gary Thomas
  2014-01-30 14:40       ` Eric Nelson
  0 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2014-01-30 13:50 UTC (permalink / raw)
  To: meta-freescale

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
>> <eric.nelson@boundarydevices.com> 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

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...)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30 13:50     ` Gary Thomas
@ 2014-01-30 14:40       ` Eric Nelson
  2014-01-30 14:44         ` Gary Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Nelson @ 2014-01-30 14:40 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

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
>>> <eric.nelson@boundarydevices.com> 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Qt5 + QtQuick2
  2014-01-30 14:40       ` Eric Nelson
@ 2014-01-30 14:44         ` Gary Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Gary Thomas @ 2014-01-30 14:44 UTC (permalink / raw)
  To: meta-freescale

On 2014-01-30 07:40, Eric Nelson wrote:
> 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
>>>> <eric.nelson@boundarydevices.com> 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?

One time, yes, the whole thing locked up.  The other time, I was able to
kill it via the serial console and it restarted just fine.  Weird.

>
> Did you get any kernel messages?
>
> Please advise,

No messages either time, sorry.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-30 14:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 23:31 Qt5 + QtQuick2 Eric Nelson
2014-01-30  4:50 ` Otavio Salvador
2014-01-30  7:38   ` Jacob Kroon
2014-01-30 13:37     ` Eric Nelson
2014-01-30 13:36   ` Eric Nelson
2014-01-30 13:50     ` Gary Thomas
2014-01-30 14:40       ` Eric Nelson
2014-01-30 14:44         ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.