From dce68757fc9d246a5f49954b015814f086f2f5cc Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 12 Nov 2018 12:33:07 +1100 Subject: [PATCH] Tools: web-firmware: remove flashing instructions for apm1 and apm2 --- Tools/autotest/web-firmware/index.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Tools/autotest/web-firmware/index.html b/Tools/autotest/web-firmware/index.html index 736dfa6caa..3e852722d2 100644 --- a/Tools/autotest/web-firmware/index.html +++ b/Tools/autotest/web-firmware/index.html @@ -151,26 +151,6 @@ the bottom right corner of the screen. Download QUpgrade -

Loading APM1 or APM2 firmware on Linux or MacOS

- -If you don't use Mission Planner on Linux then you can load firmware -using the avrdude command. A typical command for uploading a file -called ArduPlane.hex to an APM2 or APM1-2560 is: - -
-avrdude -patmega2560 -cstk500v2 -P /dev/ttyACM0 -b115200 -D -Uflash:w:ArduPlane.hex:i
-
- -You will need to replace the /dev/ttyACM0 path with the path to your -APM device. You may wish to use the device paths in /dev/serial/by-id -so the path doesn't change. - -If you have an APM1-1280 then the command would be: - -
-avrdude -patmega1280 -cstk500v1 -P /dev/ttyUSB1 -b115200 -D -Uflash:w:ArduPlane.hex:i
-
-

Loading PX4FMU firmware on Linux or MacOS

To load a PX4FMU firmware on a Linux or MacOS machine you will need to