<div dir="ltr">Hi,<div> I've built meta-qt5 master, <span style="font-family:arial,sans-serif;font-size:13px">fbpix=BGR32 gives me hdmi not blank, </span><font face="arial, sans-serif">Qt5_CinematicExperience works with eglfs,</font></div>

<div><font face="arial, sans-serif">but launching any qt5 example cause SIGSEGV.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Regards,</font></div><div><font face="arial, sans-serif">Ilya Smelykh.</font></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-27 21:39 GMT+07:00 Julien Chastaing (b-swiss) <span dir="ltr"><<a href="mailto:julienchastaing@b-swiss.com" target="_blank">julienchastaing@b-swiss.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'll try with the 5.3.0-beta1 branch and keep you informed.<br>
<br>
Regards.<br>
<br>
Julien Chastaing<br>
<br>
<br>
<br>
<br>
Le 27.03.14 15:14, « Erik Botö » <<a href="mailto:erik.boto@pelagicore.com">erik.boto@pelagicore.com</a>> a écrit :<br>
<br>
>On Thu, Mar 27, 2014 at 10:45 AM, Julien Chastaing (b-swiss)<br>
><<a href="mailto:julienchastaing@b-swiss.com">julienchastaing@b-swiss.com</a>> wrote:<br>
>> Hello Erik,<br>
>><br>
>> I tried to pass fbpix=BGR32 to the kernel as well as setting<br>
>> QT_QPA_PLATFORM=eglfs as you mentionned but still nothing displayed.<br>
><br>
>Unfortunately I get the same problem when using qt 5.2.1.<br>
><br>
>-- E<br>
><br>
>><br>
>> I am using an utilite pro with qt 5.2.1.<br>
>><br>
>> Regards,<br>
>><br>
>> Julien Chastaing<br>
>><br>
>> b-swiss | smart digital signage<br>
>> b-tween | digital signage & user experience agency<br>
>><br>
>> Suivez-nous sur twitter:   _btwn <<a href="https://twitter.com/_btwn" target="_blank">https://twitter.com/_btwn</a>><br>
>><br>
>> T. + 41 22 940 11 11<br>
>> <a href="mailto:julienchastaing@b-swiss.com">julienchastaing@b-swiss.com</a><br>
>><br>
>> <a href="mailto:chastaing@b-tween.com">chastaing@b-tween.com</a><br>
>><br>
>> <a href="http://www.b-swiss.com" target="_blank">http://www.b-swiss.com</a> <<a href="http://www.b-swiss.com/" target="_blank">http://www.b-swiss.com/</a>><br>
>> <a href="http://www.b-tween.com" target="_blank">http://www.b-tween.com</a> <<a href="http://www.b-tween.com/" target="_blank">http://www.b-tween.com/</a>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> Le 26.03.14 17:57, « Erik Botö » <<a href="mailto:erik.boto@pelagicore.com">erik.boto@pelagicore.com</a>> a écrit :<br>
>><br>
>>>On Wed, Mar 26, 2014 at 5:43 PM, Martin Jansa <<a href="mailto:martin.jansa@gmail.com">martin.jansa@gmail.com</a>><br>
>>>wrote:<br>
>>>> On Wed, Mar 26, 2014 at 01:38:14PM -0300, Otavio Salvador wrote:<br>
>>>>> Hello Erik,<br>
>>>>><br>
>>>>> On Wed, Mar 26, 2014 at 1:06 PM, Erik Botö <<a href="mailto:erik.boto@pelagicore.com">erik.boto@pelagicore.com</a>><br>
>>>>>wrote:<br>
>>>>> > I haven't tried the examples, but we can display e.g. google maps<br>
>>>>>in<br>
>>>>>a<br>
>>>>> > webview on imx6 (eglfs). I'm not on latest meta-qt5, but I think it<br>
>>>>> > should work there as well.<br>
>>>>> ><br>
>>>>> > QtWebProcess seems to require a certain pixelformat of the<br>
>>>>> > framebuffer. In order to get it displaying properly I pass<br>
>>>>>fbpix=BGR32<br>
>>>>> > on the kernel command line. I use a nitrogen6x with the 10"<br>
>>>>>hannstar<br>
>>>>> > display so I basically do this in the u-boot-boundary-scripts<br>
>>>>>package:<br>
>>>>> ><br>
>>>>> > diff -uNr<br>
>>>>>git.orig/board/boundary/nitrogen6x/6x_bootscript-yocto.txt<br>
>>>>> > git/board/boundary/nitrogen6x/6x_bootscript-yocto.txt<br>
>>>>> > --- git.orig/board/boundary/nitrogen6x/6x_bootscript-yocto.txt<br>
>>>>> > 2014-03-20 10:08:34.351756548 +0100<br>
>>>>> > +++ git/board/boundary/nitrogen6x/6x_bootscript-yocto.txt<br>
>>>>>2014-03-20<br>
>>>>> > 10:10:00.711759080 +0100<br>
>>>>> > @@ -15,7 +15,7 @@<br>
>>>>> ><br>
>>>>> >  i2c dev 2<br>
>>>>> >  if i2c probe 0x04 ; then<br>
>>>>> > - setenv bootargs $bootargs<br>
>>>>>video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666<br>
>>>>> > + setenv bootargs $bootargs<br>
>>>>>video=mxcfb${nextcon}:dev=ldb,fbpix=BGR32<br>
>>>>> >  if test "0" -eq $nextcon; then<br>
>>>>> >  setenv fbmem "fbmem=10M";<br>
>>>>> >  else<br>
>>>>><br>
>>>>> Oh!<br>
>>>>><br>
>>>>> > Also, make sure you set QT_QPA_PLATFORM=eglfs when you run your<br>
>>>>>app,<br>
>>>>> > since using -platform eglfs won't propagate to the launched<br>
>>>>> > QtWebProcess.<br>
>>>>><br>
>>>>> Martin, do you know if something related to this has been fixed in<br>
>>>>> last Qt5 releases?<br>
>>>><br>
>>>> What version were you using in this test?<br>
>>><br>
>>>This was qtwebkit-5.1.1. I'll start a build of meta-qt5 master to see<br>
>>>if 5.2.1 work ok for me.<br>
>>><br>
>>>Cheers,<br>
>>>Erik<br>
>>><br>
>>>><br>
>>>> There were some changes for different fb formats in 5.2.1 (not really<br>
>>>> sure if really related to the issue you're seeing) and there is<br>
>>>> branch for 5.3.0-beta1 if you want to test it there.<br>
>>>><br>
>>>> --<br>
>>>> Martin 'JaMa' Jansa     jabber: <a href="mailto:Martin.Jansa@gmail.com">Martin.Jansa@gmail.com</a><br>
>>>--<br>
>>>_______________________________________________<br>
>>>meta-freescale mailing list<br>
>>><a href="mailto:meta-freescale@yoctoproject.org">meta-freescale@yoctoproject.org</a><br>
>>><a href="https://lists.yoctoproject.org/listinfo/meta-freescale" target="_blank">https://lists.yoctoproject.org/listinfo/meta-freescale</a><br>
>><br>
><br>
><br>
><br>
>--<br>
>=============================================<br>
>Erik Botö<br>
>Senior Software Engineer<br>
>Pelagicore AB<br>
>Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden<br>
>Mobile: +46 (0)76 881 72 03<br>
>E-Mail: <a href="mailto:erik.boto@pelagicore.com">erik.boto@pelagicore.com</a><br>
>=============================================<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
_______________________________________________<br>
meta-freescale mailing list<br>
<a href="mailto:meta-freescale@yoctoproject.org">meta-freescale@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/meta-freescale" target="_blank">https://lists.yoctoproject.org/listinfo/meta-freescale</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Cheers,<div>Ilya.</div></div>
</div>