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. No such plugin: 'socketcan' on BeagleBone Black
Forum Updated to NodeBB v4.3 + New Features

No such plugin: 'socketcan' on BeagleBone Black

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 3 Posters 769 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.
  • K Offline
    K Offline
    Ketank16
    wrote on last edited by
    #1

    Hi everyone,

    So I have a working Qt installation on my BBB and I want to incorporate QtCanBus now in my application. I'm using this guide as starting point however whenever I run simple snippets, I get the error:

    No such plugin: 'socketcan'
    

    I already have compiled libs and plugins ready on BeagleBone and I also have these three commands exported to define environment variables for Qt.

    export QT_QPA_FONTDIR=/home/debian/Qt5ForBBB/lib/fonts
    export QT_QPA_PLATFORM_PLUGIN_PATH=/home/debian/Qt5ForBBB/plugins/platforms
    export LD_LIBRARY_PATH="/home/debian/Qt5ForBBB/lib":$LD_LIBRARY_PATH
    

    Similar to second path for QPA_PLATFORM_PLUGIN, do we have same for canbus as I have them in my QT5ForBBB/canbus folder?

    Thanks in advance.

    1 Reply Last reply
    0
    • K KH Park

      @Ketank16
      Hi I have same problem with above.
      So I'm wondering if you found solution of this.

      Thanks.

      K Offline
      K Offline
      Ketank16
      wrote on last edited by
      #4

      @kh-park Hey it was quite simple actually.
      Just export following line in your BBB and it will be fine. Make sure the edit the path so that it points in to plugins directory in your BBB's storage.
      export QT_PLUGIN_PATH=/home/debian/Qt5ForBBB/plugins

      Pablo J. RoginaP 1 Reply Last reply
      2
      • K Offline
        K Offline
        KH Park
        wrote on last edited by
        #2

        @Ketank16
        Hi I have same problem with above.
        So I'm wondering if you found solution of this.

        Thanks.

        K 1 Reply Last reply
        0
        • K Offline
          K Offline
          Ketank16
          wrote on last edited by
          #3
          This post is deleted!
          1 Reply Last reply
          0
          • K KH Park

            @Ketank16
            Hi I have same problem with above.
            So I'm wondering if you found solution of this.

            Thanks.

            K Offline
            K Offline
            Ketank16
            wrote on last edited by
            #4

            @kh-park Hey it was quite simple actually.
            Just export following line in your BBB and it will be fine. Make sure the edit the path so that it points in to plugins directory in your BBB's storage.
            export QT_PLUGIN_PATH=/home/debian/Qt5ForBBB/plugins

            Pablo J. RoginaP 1 Reply Last reply
            2
            • K Ketank16

              @kh-park Hey it was quite simple actually.
              Just export following line in your BBB and it will be fine. Make sure the edit the path so that it points in to plugins directory in your BBB's storage.
              export QT_PLUGIN_PATH=/home/debian/Qt5ForBBB/plugins

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on last edited by
              #5

              @ketank16 said in No such plugin: 'socketcan' on BeagleBone Black:

              it was quite simple actually.

              glad you found the solution. Could the post be marked as solved? Thanks.

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              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