Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt4+OpenGL+IMX5

Qt4+OpenGL+IMX5

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 849 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dreamerindia
    wrote on last edited by
    #1

    Dear Friends,
    By following the below procedure, i installed yocto master branch for imx51evk.I got into error and i doubt its Qt related.

    $: mkdir ~/bin
    $: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
    $: chmod a x ~/bin/repo
    $: PATH=${PATH}:~/bin $: mkdir fsl-community-bsp
    $: cd fsl-community-bsp
    $: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
    $: repo sync
    $: cd sources/meta-fsl-arm
    $: git checkout -b master-next yocto/master-next
    $: MACHINE=imx51evk source setup-environment build
    $: bitbake qte-in-use-image

    When i try to run the example hellogl_es2 from the "build/tmp/work/imx51evk-poky-linux-gnueabi/qt4-embedded/4.8.5-r0/qt-everywhere-opensource-src-4.8.5/examples/opengl/hellogl_es2/" qt embedded directory.It gives the error as follows,

    QEgl::display(): Cannot initialize EGL display: "Success (0x3000)"
    QEglContext::chooseConfig(): Could not find a suitable EGL configuration
    Requested: "type=es2 rgba=5,6,5,0 surface-type=window"
    Available:

    When i googled i got this links,
    https://lists.yoctoproject.org/pipermail/meta-freescale/2013-August/004032.html
    https://lists.yoctoproject.org/pipermail/meta-freescale/2013-May/002962.html

    Is this link gives solution to above problem. if yes how to apply that.

    Ravivarman Rajendiran

    ~Ravivarman~

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved