Browse Source

Build.md: Updated waf configure commands for CubeBlack and fmuv3

zr-v5.1
Lau Yan Han 4 years ago committed by Peter Barker
parent
commit
96dc8339f1
  1. 4
      BUILD.md

4
BUILD.md

@ -67,10 +67,10 @@ list some basic and more used commands as example.
```sh ```sh
./waf configure --board bebop --static # Bebop or Bebop2 ./waf configure --board bebop --static # Bebop or Bebop2
./waf configure --board edge # emlid edge ./waf configure --board edge # emlid edge
./waf configure --board fmuv3 # Pixhawk2/Cube using ChibiOS ./waf configure --board fmuv3 # 3DR Pixhawk 2 boards
./waf configure --board navio2 # emlid navio2 ./waf configure --board navio2 # emlid navio2
./waf configure --board Pixhawk1 # Pixhawk1 ./waf configure --board Pixhawk1 # Pixhawk1
./waf configure --board CubeBlack # Pixhawk2 ./waf configure --board CubeBlack # Hex/ProfiCNC Cube Black (formerly known as Pixhawk 2.1)
./waf configure --board Pixracer # Pixracer ./waf configure --board Pixracer # Pixracer
./waf configure --board skyviper-v2450 # SkyRocket's SkyViper GPS drone using ChibiOS ./waf configure --board skyviper-v2450 # SkyRocket's SkyViper GPS drone using ChibiOS
./waf configure --board sitl # software-in-the-loop simulator ./waf configure --board sitl # software-in-the-loop simulator

Loading…
Cancel
Save