2015-01-14 23:01:00 -04:00
|
|
|
help:
|
|
|
|
@echo ""
|
|
|
|
@echo " ArduPilot Building"
|
|
|
|
@echo " =================="
|
|
|
|
@echo ""
|
|
|
|
@echo " The following web page has detailed information on building the code"
|
2016-04-23 17:37:27 -03:00
|
|
|
@echo " http://dev.ardupilot.org/wiki/building-the-code/"
|
2015-01-14 23:01:00 -04:00
|
|
|
@echo ""
|
|
|
|
@echo " Before building a target you need to be in the target vehicle type directory"
|
|
|
|
@echo " e.g. ArduPlane, ArduCopter, APMrover2, AntennaTracker"
|
|
|
|
@echo ""
|
|
|
|
@echo " Most targets support a \"-upload\" extension to upload the firmware"
|
|
|
|
@echo " to a connected board. e.g. \"make px4-v2-upload\""
|
|
|
|
@echo ""
|
2015-05-20 21:11:20 -03:00
|
|
|
@echo " Some targets support a \"-debug\" extension to enable a debug build"
|
|
|
|
@echo " (with debug symbols, and without optimisation)"
|
|
|
|
@echo ""
|
2015-01-14 23:01:00 -04:00
|
|
|
@echo " Note that the px4 builds are NOT parallel safe, NO -j flag"
|
|
|
|
@echo ""
|
|
|
|
@echo " Targets"
|
|
|
|
@echo " -------"
|
|
|
|
@echo ""
|
|
|
|
@echo " px4-v1 - the PX4v1 board"
|
|
|
|
@echo " px4-v2 - the Pixhawk"
|
2016-12-10 04:10:24 -04:00
|
|
|
@echo " px4-v3 - the Pixhawk with 2M flash"
|
2015-11-24 18:50:50 -04:00
|
|
|
@echo " px4-v4 - the XRacer"
|
2015-01-14 23:01:00 -04:00
|
|
|
@echo " pxf - the Beagle Bone Black (BBB) + PXF cape combination"
|
|
|
|
@echo " navio - the RaspberryPi + NavIO cape combination"
|
|
|
|
@echo " linux - a generic Linux build"
|
|
|
|
@echo " vrbrain - the VRBrain boards"
|
2015-06-03 20:03:16 -03:00
|
|
|
@echo " sitl - the SITL Software In The Loop simulation"
|
2015-01-14 23:01:00 -04:00
|
|
|
@echo " bbbmini - the Beagle Bone Black mini"
|
2015-07-14 01:25:56 -03:00
|
|
|
@echo " bebop - the Parrot Bebop"
|
2015-08-17 23:25:02 -03:00
|
|
|
@echo " raspilot - the RaspberryPi + pilot cape combination"
|
2015-09-21 07:34:54 -03:00
|
|
|
@echo " erleboard - the ErleBoard legacy design"
|
2015-08-11 18:45:42 -03:00
|
|
|
@echo " minlure - the drone lure for MinnowBoard and others"
|
2015-12-13 23:18:37 -04:00
|
|
|
@echo " qflight - qualcomm flight board"
|
2015-11-24 18:50:50 -04:00
|
|
|
@echo " erlebrain2 - the Erle-Brain 2 board"
|
2015-11-28 05:17:26 -04:00
|
|
|
@echo " bhat - the RaspberryPi + BH HAT combination"
|
2016-01-05 06:36:41 -04:00
|
|
|
@echo " pxfmini - the RaspberryPi Zero + PXFmini cape combination"
|
2016-01-20 08:30:00 -04:00
|
|
|
@echo " navio2 - the RaspberryPi + NavIO2 cape combination"
|