Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. GUI Display in the Beaglebone without using X11VNC

GUI Display in the Beaglebone without using X11VNC

Scheduled Pinned Locked Moved Installation and Deployment
11 Posts 2 Posters 4.4k 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.
  • B Offline
    B Offline
    black_raven
    wrote on last edited by
    #1

    Deploying GUI Application to Beaglebone

    My application has a GUI but when I deploy to Beaglebone, no GUI appeared..
    how can fix this problem?

    (this is my path for deployment)
    sh-4.2# cd /home/sqs/Documents
    sh-4.2# ls

    (these are the executable files)
    Keypad Touch a ab b led trials
    sh-4.2# ls -al
    total 560
    drwxr-sr-x 2 root root 4096 Jan 1 2000 .
    drwxr-sr-x 4 root root 4096 Jan 1 2000 ..
    -rwxr-xr-x 1 root root 130002 Jan 1 2000 Keypad
    -rwxr-xr-x 1 root root 24081 Jul 24 01:43 Touch
    -rwxr-xr-x 1 root root 10769 Jan 1 2000 a
    -rwxr-xr-x 1 root root 10793 Jul 28 03:32 ab
    -rwxr-xr-x 1 root root 9540 Jan 1 2000 b
    -rwxr-xr-x 1 root root 9540 Jan 1 2000 led
    -rwxr-xr-x 1 root root 360075 Jul 28 02:08 trials

    (this is the executable file with GUI)
    sh-4.2# ./Keypad -qws

    thanks for the response..

    -jonathangurap

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

      Hi,

      You don't give enough information. What version of Qt are you running on your board ? Which distribution is loaded ? etc.

      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
      0
      • B Offline
        B Offline
        black_raven
        wrote on last edited by
        #3

        I use Qt Creator 2.8.0 and Angstrom Distribution.., sir Sam,

        -jonathangurap

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

          What message are you getting on the console when running your application ?

          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
          0
          • B Offline
            B Offline
            black_raven
            wrote on last edited by
            #5

            This is the error message from my executable file that I ran in terminal...

            root@beaglebone:/home/sqs/Documents# ./Keypad
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            QWSSocket::connectToLocalFile could not connect:: No such file or directory
            No Qt for Embedded Linux server appears to be running.
            If you want to run this program as a server, add the "-qws" command-line option.
            root@beaglebone:/home/sqs/Documents#

            after that I ran it again with "-qws" but no output appeared.

            -jonathangurap

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

              No error message with -qws ?

              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
              0
              • B Offline
                B Offline
                black_raven
                wrote on last edited by
                #7

                Yes, but no output.. sir..

                -jonathangurap

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  black_raven
                  wrote on last edited by
                  #8

                  There's an instance to run the application alone..

                  -jonathangurap

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

                    I don't understand that last phrase

                    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
                    0
                    • B Offline
                      B Offline
                      black_raven
                      wrote on last edited by
                      #10

                      ah.. I mean, the executable file can run in the beaglebone without using X11VNC viewer..

                      -jonathangurap

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

                        What plugin are you using ?

                        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
                        0

                        • Login

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