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. Cross Compiling on BeagleBone Black
Forum Updated to NodeBB v4.3 + New Features

Cross Compiling on BeagleBone Black

Scheduled Pinned Locked Moved Mobile and Embedded
37 Posts 2 Posters 16.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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #24

    What output do you get on your 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
    • S Offline
      S Offline
      SPRB
      wrote on last edited by
      #25

      The UI is being displayed as a output but none of the texts are shown.

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

        Are you running it directly on the target or using ssh/serial console ?

        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
        • S Offline
          S Offline
          SPRB
          wrote on last edited by
          #27

          I am deploying the application into target using Qtcreator itself. As Qtcreator provides that options.

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

            What language are you using for 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
            • S Offline
              S Offline
              SPRB
              wrote on last edited by
              #29

              I am using "English" language itself.

              Now I am trying to run my application which also includes images of type ".png", but now application is not at all running, now I am getting an error in console like :
              "QFSFileEngine::open: No file name specified.
              Bus errorixel: coordinate (-1,-1) out of range"

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

                Looking very strange, are you sure your target Qt is properly compiled/installed ?

                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
                • S Offline
                  S Offline
                  SPRB
                  wrote on last edited by
                  #31

                  Ya I am sure, I dint get any errors I have installed many times without any error.

                  Can I know why that error "QFSFileEngine" error is there??
                  Though Images are there why it is unable to fetch it?

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SPRB
                    wrote on last edited by
                    #32

                    Hi,
                    I resolved that "QFSFileEngine" error, it was searching for a file which I have specified in my application as I had not deployed that I was getting that error.

                    Now I am getting an error like:
                    "Cannot open input device '/dev/tty0':Permission denied
                    QImage::pixel: coordinate (-1,-1) out of range
                    Bus error
                    ".

                    Please help me why this Bus error is coming?

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

                      It seems you do not have the rights to access the console, what are the rights of /dev/tty0 ?

                      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
                      • S Offline
                        S Offline
                        SPRB
                        wrote on last edited by
                        #34

                        Rights for /dev/tty0 is "root tty"

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

                          Are you running your application as root ?

                          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
                          • S Offline
                            S Offline
                            SPRB
                            wrote on last edited by
                            #36

                            No I am not running as a root.
                            If I run as a root I am getting the following error:
                            "Qt for Embedded Linux data diirectory is not owned by user 0: /tmp/qtembedded-0"

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

                              Either:

                              • Add you user to the tty group
                              • Delete /tmp/qtembedded-0 and restart 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

                              • Login

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