Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. buildroot
    Log in to post

    • UNSOLVED How can I build Qt6 app for Buildroot ?
      Mobile and Embedded • qt6 buildroot • • animeshdhakal  

      2
      0
      Votes
      2
      Posts
      41
      Views

      @animeshdhakal Maybe this can help: https://github.com/pbouda/buildroot-qt-dev
    • UNSOLVED Joystick events not working with Qt5.15 QML WebEngineView based browser w/ eglfs/weston
      QtWebEngine • eglfs imx6 buildroot qt5.15.0 weston • • HiteshV  

      1
      0
      Votes
      1
      Posts
      143
      Views

      No one has replied

    • UNSOLVED Layering Qt Windows with buildroot DRM/KMS
      Mobile and Embedded • qml buildroot kms drm plane • • DMacAttack  

      2
      1
      Votes
      2
      Posts
      560
      Views

      Did you solve this problem? I would like to do similar, but overlay a video stream in the background with a ui in the same window.
    • UNSOLVED don't compile libeglfs.so with Qt5, Buildroot(02.2016), Rpi2
      Mobile and Embedded • qt5 eglfs raspberry pi 2 buildroot • • freaksdd  

      1
      0
      Votes
      1
      Posts
      752
      Views

      No one has replied

    • UNSOLVED qxcbintegration.cpp: undefined reference to QSpiAccessibleBridge
      Installation and Deployment • linux xcb build error buildroot accessible • • 173210  

      2
      0
      Votes
      2
      Posts
      1161
      Views

      Hi, What version of Qt are you trying to build ? Which options did you pass to configure ? What was the configuration summary ?
    • SOLVED QtMultimedia and gstreamer backend
      Mobile and Embedded • linux qtmultimedia gstreamer1.0 buildroot • • Mark81  

      6
      0
      Votes
      6
      Posts
      4145
      Views

      Depending on your needs, QAudioOutput is rather a lightweight alternative but QMediaPlayer is indeed easier to setup and run. Glad you found out and thanks for sharing !
    • SOLVED Raspberry Pi2 running Buildroot with QT5 Set screen resolution
      QtonPi • qt5 qt quick raspberry pi raspberry pi 2 buildroot • • bytesandbolts  

      2
      0
      Votes
      2
      Posts
      3230
      Views

      Realised buildroot hadn't copied over a config.txt to the boot partition of the SD card. Copied across a minimal config and set configured a few arguments as stated in this thread. hdmi_ignore_edid=0xa5000080 hdmi_group=1 hdmi_mode=16 That forced the RPi into 1080p mode and now my QT app is displaying correctly at 1920x1080.