"make modalai_rb5-flight_default" target not found while PX4 build
-
@aquibrifath You have to clone this repo: https://github.com/modalai/px4-firmware.git and checkout branch
voxl-dev
. -
Will try that, thank you
-
Hello, how do you burn PX4 to VOXL2? using make upload or QGC?
-
@aquibrifath Our "wrapper" project is this: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-px4. You can use master or dev branch to get the latest. This project will create a debian package that you can push to target and install.
-
do we need VOXL suite or anything of that sort? I just want to upload the lastest PX4 and do a manual flight on VOXL2 to make sure my hardware is running okay, I am trying the PX4 wrapper that you suggested
-
@Eric-Katzfey Okay, i did everything in https://gitlab.com/voxl-public/voxl-sdk/services/voxl-px4, but it did not create any debain package, can you help me locate it?
As far as i have understood, the PX4 images are build inside PX4/built -
@aquibrifath You can always get our latest PX4 dev package from our package feed.
wget http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-px4_1.4.24-202208252217_arm64.deb
-
@aquibrifath The package is created when you run the
./make_package.sh deb
script. -
@Eric-Katzfey all the packages here http://voxl-packages.modalai.com/dists are for arm64 architecture, am i supposed to run this on VOXL or my PC?
-
@Eric-Katzfey okay i ran the ./make_package.sh and it created a voxl-px4_1.4.16_arm64.deb, should i send to VOXL2 via adb push and unpack it via dpkg?
-
@aquibrifath Yep!
-
directly in the main folder or do i have to do it in the sub folder? @Eric-Katzfey