ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    VOXL on Intel-Galileo & Pixhawk Cube

    Ask your questions right here!
    3
    5
    222
    Loading More Posts
    • 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.
    • A
      Ador
      last edited by

      Can I -in a way- replicate the whole voxl-project to run on Yocto built for Galileo and connect a pixhawk cube running PX4 to it?
      I've Ordered a Flight Deck, and I really like the idea of embedded linux (yocto) I want to build it until I get my Flight Deck .

      1 Reply Last reply Reply Quote 0
      • modaltbM
        modaltb ModalAI Team
        last edited by modaltb

        Hi @Ador ,

        I honestly don't know, but its been fairly tricky to get the current build working! Maybe you could describe what you're trying to accomplish and perhaps there's another path.

        In general, you'd likely want to be working in the Linux user space with applications rather than at the bitbake level, but I'm not sure your use case.

        A 1 Reply Last reply Reply Quote 0
        • Eric KatzfeyE
          Eric Katzfey ModalAI Team
          last edited by

          There is no way to get it running on Galileo. It is a completely different board, processor architecture, etc.

          1 Reply Last reply Reply Quote 0
          • A
            Ador @modaltb
            last edited by

            @modaltb I was trying to bake yocto for galileo or raspberry pi and run the voxl project inside it, it'll act like VOXL, then connect pixhawk 2.1 to the board via telem2, in combined will be like VOXL Flight, this seemed like a doable idea, right?

            1 Reply Last reply Reply Quote 0
            • modaltbM
              modaltb ModalAI Team
              last edited by

              Hi @Ador ,

              Unfortunately it's not that straight forward. Most of the code won't be portable, the first candidates to be ported would be from here: https://gitlab.com/voxl-public/core-libs

              The system image (what Yocto is building) has many hardware dependent items, and we aren't pulling the application layer in during the bitbake process, rather later on we install on top.

              As an example, part of our software stack run on Hexagon DSP processor (a MAVLink parser) which wouldn't exist on RPi etc so it wouldn't work.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB | Contributors