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. Not Able to run Qt Application in BeagleBone Black with Qt 5.7
Forum Updated to NodeBB v4.3 + New Features

Not Able to run Qt Application in BeagleBone Black with Qt 5.7

Scheduled Pinned Locked Moved Solved Installation and Deployment
41 Posts 4 Posters 22.5k 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.
  • MilavM Milav

    @jsulm

    on target device it installed Debian 7.11 Version.

    jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #32

    @Milav How is it configured? Do you have graphics there? Did you test any GUI applications?

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    MilavM 1 Reply Last reply
    0
    • jsulmJ jsulm

      @Milav How is it configured? Do you have graphics there? Did you test any GUI applications?

      MilavM Offline
      MilavM Offline
      Milav
      wrote on last edited by
      #33

      @jsulm

      yes , tried gui application on BBB. it running fine....

      this Version is by default arrive when i purchase BBB.

      jsulmJ 1 Reply Last reply
      0
      • A Andrey Shmelew

        @Milav said in Not Able to run Qt Application in BeagleBone Black with Qt 5.7:

        Thanks for answer!
        i have no idea how to install cross compiler gcc-linaro-arm-linux-gnueabihf-4.8 and how to use it.
        I suppose it should be installed on my Ubuntu on virtual box?
        it should be installed by "sudo apt-get install gcc-linaro-arm-linux-gnueabihf " or something like this?

        to jslim: on BBB i have Debian 8 Image 2016-05-13

        I am very appreciate for help because have a very tight time period for complete deploy my QT project on BBB.

        MilavM Offline
        MilavM Offline
        Milav
        wrote on last edited by
        #34

        @Andrey-Shmelew

        you can download this version tool chain from linaro site.
        just download that tool chain and extract it in known path.(like...in /opt/...) folder.

        this is used when you set the complier path at time of qt creator configure..

        A 1 Reply Last reply
        1
        • MilavM Milav

          @jsulm

          yes , tried gui application on BBB. it running fine....

          this Version is by default arrive when i purchase BBB.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #35

          @Milav What does

          ps ax | grep Xorg
          

          print out on your device?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          MilavM 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Milav What does

            ps ax | grep Xorg
            

            print out on your device?

            MilavM Offline
            MilavM Offline
            Milav
            wrote on last edited by
            #36

            @jsulm said in Not Able to run Qt Application in BeagleBone Black with Qt 5.7:

            ps ax | grep Xorg

            the output is....
            17946 pts/1 S+ 0:00 grep Xorg

            jsulmJ 1 Reply Last reply
            0
            • MilavM Milav

              @jsulm said in Not Able to run Qt Application in BeagleBone Black with Qt 5.7:

              ps ax | grep Xorg

              the output is....
              17946 pts/1 S+ 0:00 grep Xorg

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #37

              @Milav Looks like there is no X server. You should check the documentation to find out what is used: wayland, frame buffer, ...?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              MilavM 1 Reply Last reply
              0
              • MilavM Milav

                @Andrey-Shmelew

                you can download this version tool chain from linaro site.
                just download that tool chain and extract it in known path.(like...in /opt/...) folder.

                this is used when you set the complier path at time of qt creator configure..

                A Offline
                A Offline
                Andrey Shmelew
                wrote on last edited by
                #38

                @Milav
                sorry but i can not find gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz, could you please give me a download link.

                MilavM 1 Reply Last reply
                0
                • A Andrey Shmelew

                  @Milav
                  sorry but i can not find gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz, could you please give me a download link.

                  MilavM Offline
                  MilavM Offline
                  Milav
                  wrote on last edited by
                  #39

                  @Andrey-Shmelew

                  you can download the tool chain from this...
                  https://releases.linaro.org/components/toolchain/binaries/

                  1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @Milav Looks like there is no X server. You should check the documentation to find out what is used: wayland, frame buffer, ...?

                    MilavM Offline
                    MilavM Offline
                    Milav
                    wrote on last edited by
                    #40

                    @jsulm

                    Thanks man...for support

                    The application is run with the -platform linuxfb option.

                    Thank You Very much.

                    1 Reply Last reply
                    0
                    • sabraS Offline
                      sabraS Offline
                      sabra
                      wrote on last edited by
                      #41

                      to solve below error :
                      QFontDatabase: Cannot find font directory /usr/local/qt5pi/lib/fonts.
                      Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig.
                      QFontDatabase: Cannot find font directory /usr/local/qt5pi/lib/fonts.
                      Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig.
                      QFontDatabase: Cannot find font directory /usr/local/qt5pi/lib/fonts.
                      Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig.
                      QFontDatabase: Cannot find font directory /usr/local/qt5pi/lib/fonts.
                      Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig.

                      just find fonts directory on your target and copy them without subdirectory in this /usr/local/qt5pi/lib/fonts for example i copied dejavu fonts file in this directory

                      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