VOXL on Intel-Galileo & Pixhawk Cube
-
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 . -
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.
-
There is no way to get it running on Galileo. It is a completely different board, processor architecture, etc.
-
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.
-
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.
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login