Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator for Orange Pi One

Qt Creator for Orange Pi One

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 2.0k Views 3 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.
  • K Offline
    K Offline
    kutluyigitturk
    wrote on last edited by
    #1

    Hello my name is Kutlu. I have Orange Pi One and I want to develop a 'kiosk' style application with this development board. Also, Armbian is currently installed on the Orange Pi One.

    Using QT5 on this card is a bit difficult because you can't move as fast as you can on windows. At this point, can I run the applications that I am working on QT Creator, which I will download to windows, on Orange Pi One?

    How can I send files from windows to Orange Pi One (ie Armbian) if I can get it to work?

    Any help appreciated,

    Kutlu Yigitturk

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

      Hi and welcome to devnet,

      If memory serves well, the Orange Pi is a clone of the RaspberryPi so you should be able to leverage the tutorials you find for it.

      Note that it is usually way easier to do cross-compilation from Linux than from Windows.

      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
      • K Offline
        K Offline
        kutluyigitturk
        wrote on last edited by
        #3

        The main thing I want to ask is, can I run the Interface or application I developed on QT Creator in Windows operating system in QT Creator running on Linux operating system? How is the file sending if I can run it?

        Sincerely,

        mrjjM artwawA 2 Replies Last reply
        0
        • K kutluyigitturk

          The main thing I want to ask is, can I run the Interface or application I developed on QT Creator in Windows operating system in QT Creator running on Linux operating system? How is the file sending if I can run it?

          Sincerely,

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @kutluyigitturk

          Hi
          A compiler generates an exe for a given platform. So on Windows it will make an exe that runs only on windows.
          It's possible to install a so-called cross compiler that can generate an exe for Linux or other platforms and Creator can be set up to transfer this exe to the board and run it.

          However, setting up cross-compiling is often not that easy and with windows, it can be hard to get working.

          Many of us use a Linux virtual machine to generate arm exe files as that is often better supported.

          https://www.ics.com/blog/building-qt-5-raspberry-pi#.U0ubso_7sYy

          ps. Its also possible to install QT + Creator on the board and directly do it but the compile speed is not great for large projects.

          1 Reply Last reply
          2
          • K kutluyigitturk

            The main thing I want to ask is, can I run the Interface or application I developed on QT Creator in Windows operating system in QT Creator running on Linux operating system? How is the file sending if I can run it?

            Sincerely,

            artwawA Offline
            artwawA Offline
            artwaw
            wrote on last edited by
            #5

            @kutluyigitturk you might want to consider different approach (I found cross compilation a bit of an overkill in terms of setup): mapping folder over samba or nfs to your regular machine, editing files there.
            Then compilation on the target host via ssh/Remote Desktop, running and testing too.
            It might sound inconvenient at first but (for me) was faster to setup than actual cross compilation env for RasPi.

            For more information please re-read.

            Kind Regards,
            Artur

            K 1 Reply Last reply
            2
            • artwawA artwaw

              @kutluyigitturk you might want to consider different approach (I found cross compilation a bit of an overkill in terms of setup): mapping folder over samba or nfs to your regular machine, editing files there.
              Then compilation on the target host via ssh/Remote Desktop, running and testing too.
              It might sound inconvenient at first but (for me) was faster to setup than actual cross compilation env for RasPi.

              K Offline
              K Offline
              kutluyigitturk
              wrote on last edited by
              #6

              @mrjj @artwaw Your thoughts are very valuable to me, thank you very much for enlightening my path.

              may the force be with you

              1 Reply Last reply
              2

              • Login

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