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 ""
|
2017-08-23 22:20:00 -03:00
|
|
|
@echo " Linux boards should use waf build system"
|
|
|
|
@echo ""
|
2015-01-14 23:01:00 -04:00
|
|
|
@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 ""
|
2017-08-23 22:20:00 -03:00
|
|
|
@echo ""
|
2015-01-14 23:01:00 -04:00
|
|
|
@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 " vrbrain - the VRBrain boards"
|
2015-06-03 20:03:16 -03:00
|
|
|
@echo " sitl - the SITL Software In The Loop simulation"
|
2015-12-13 23:18:37 -04:00
|
|
|
@echo " qflight - qualcomm flight board"
|
2018-04-06 03:51:24 -03:00
|
|
|
@echo " f4light - the OpenPilot Revolution, Revolution Mini, AirbotF4 and similar boards"
|