Skip to content
Snippets Groups Projects
Commit ad9d3360 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

PX4: fixed px4io build in build_binaries.sh

parent 1248a492
No related branches found
No related tags found
No related merge requests found
...@@ -178,12 +178,14 @@ build_px4io() { ...@@ -178,12 +178,14 @@ build_px4io() {
checkout PX4IO $tag || return checkout PX4IO $tag || return
ddir=$binaries/PX4IO/$hdate/PX4IO ddir=$binaries/PX4IO/$hdate/PX4IO
skip_build $tag $ddir || { skip_build $tag $ddir || {
make clean && popd
make configure_px4io && pushd ArduPlane
make && make px4-clean &&
copyit px4io.bin $ddir $tag && make px4-io &&
make configure_px4fmu copyit px4io.bin $ddir $tag
popd
} }
pushd $PX4_ROOT
git checkout master git checkout master
popd popd
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment