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. raspberry pi 3 wiring pi
QtWS25 Last Chance

raspberry pi 3 wiring pi

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.2k Views
  • 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.
  • V Offline
    V Offline
    velvettiere
    wrote on last edited by
    #1

    Hi guys,

    i have succesfully install and setup the qtrpi toolchain on ubuntu 17.04 for cross-compile qt 5.7.0 application on raspberry pi 3 jessy based.

    But in this moment have two questions that shown below:

    1 - When create a form for embedded application in qt designer, i'm not able to set a correct dimensions of form because set her whidth and height but my deploy application is always runs on raspberry in full screen mode. Why this?

    2 - Now, i want install wiring pi library on raspberry for manage the gpio pins. How should i do for work with wiring pi in ubuntu host ? i must syncronize the lib on raspy with the host sysroot toolchain? Every time that i install a new library on raspberry must i doing the sync again? there is a fast command or a fast mode for this?

    Thanks. GoodBye guys.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      1. That depends on the backend used, if EGLF, it's fullscreen. If you want windowing you need to use either the wayland backend with QtWayland or have an Xorg server running and use the xcb backend.

      2. The most simple is to mount the root filesystem of your running Pi using e.g. sshfs. Otherwise, you indeed have to sync it again using e.g. rsync.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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