@ -90,7 +90,7 @@ The software and hardware we provide is only for use in unmanned
@@ -90,7 +90,7 @@ The software and hardware we provide is only for use in unmanned
alt="Tools">Tools< / a > - Build and development tools< p >
< a href = "devbuild" > < img src = "images/tools.png" width = "80"
alt="Tools">DevBuild< / a > - Developer builds< p >
< a href = "http://github.com/diydrones /companion" > < img src = "images/companion.png" width = "78"
< a href = "http://github.com/ArduPilot /companion" > < img src = "images/companion.png" width = "78"
alt="Companion">Companion< / a > - Companion Computer example code < a href = "Companion" > and Images< / a > < / p > < p >
< h2 > Types of firmware available< / h2 >
@ -113,7 +113,7 @@ The meanings of the versions are
@@ -113,7 +113,7 @@ The meanings of the versions are
part of beta testing of new versions prior to release as a stable
version. Note that during some development times the beta release
will be the same as the stable release< / li >
< li > < b > latest< / b > - this is the latest version from our < a href = "http://github.com/diydrones " > git source
< li > < b > latest< / b > - this is the latest version from our < a href = "http://github.com/ArduPilot " > git source
code repository< / a > . This version is only for developers. The code
may have unknown bugs and extreme care should be taken by anyone
using it< / li >
@ -161,7 +161,7 @@ avrdude -patmega1280 -cstk500v1 -P /dev/ttyUSB1 -b115200 -D -Uflash:w:ArduPlane.
@@ -161,7 +161,7 @@ avrdude -patmega1280 -cstk500v1 -P /dev/ttyUSB1 -b115200 -D -Uflash:w:ArduPlane.
To load a PX4FMU firmware on a Linux or MacOS machine you will need to
use
the < a href = "https://raw.github.com/diydrones /PX4Firmware/master/Tools/px_uploader.py" > px_uploader.py< / a >
the < a href = "https://raw.github.com/ArduPilot /PX4Firmware/master/Tools/px_uploader.py" > px_uploader.py< / a >
python script. You can run it like this:
< pre >