f7383179e8
CubeBlack-Solo hardware def to use FMUv3 as its parent rather than CubeBlack. Since this older cube doesn't have the same hardware as a new CubeBlack, it is causing conflicts. Nearly everything is the same.
12 lines
626 B
Markdown
12 lines
626 B
Markdown
# CubeSolo variant of the FMUv3
|
|
|
|
The `CubeSolo` build is based on FMUv3, but includes a large set of default parameters required by the Solo. Among many other things, this does include the slew rate limiting for protecting the Solo's ESCs.
|
|
|
|
For the parameter list used by this build, see [Tools/Fram_params/Solo_Copter-3.7_BlackCube.param](https://github.com/ArduPilot/ardupilot/blob/master/Tools/Frame_params/Solo_Copter-3.7_BlackCube.param)
|
|
|
|
### Using this build in waf
|
|
|
|
- `./waf configure --board CubeSolo`
|
|
- `./waf copter`
|
|
- The completed firmware binary will be located in `/ardupilot/build/CubeSolo/bin/arducopter.apj`
|