Ardupilot
Compiling ardupilot
on macOS
insert prose here
- Clone
ardupilot
repository
git clone https://github.com/murexrobotics/mrx
cd mrx
- Install dependencies
brew install gcc-arm-none-eabi gawk
brew tap messense/macos-cross-toolchains
brew install arm-unknown-linux-gnueabihf armv7-unknown-linux-gnueabihf
- Configure and compile
./waf configure --board murex_carrier
./waf sub
- For uploading and other notes, refer to: