From 072195ad9955e5364cfa5dc96f7714bfaa995990 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 12 Nov 2018 12:42:03 +1100 Subject: [PATCH] Tools: web-firmware: update firmware flashing instructions --- Tools/autotest/web-firmware/index.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Tools/autotest/web-firmware/index.html b/Tools/autotest/web-firmware/index.html index 3e852722d2..3019ce6a70 100644 --- a/Tools/autotest/web-firmware/index.html +++ b/Tools/autotest/web-firmware/index.html @@ -145,24 +145,18 @@ autopilot board supported by that vehicle type the bottom right corner of the screen. -

Load your firmware using QUpgrade

+

Loading firmware on Linux or MacOS

-

QUpgrade is a standalone firmware upgrade tool. It can be used to download and flash the appropriate firmware for your PX4 autopilot. Instructions and downloads for Windows, Mac Os, and Linux are available here:

- -Download QUpgrade - -

Loading PX4FMU firmware on Linux or MacOS

- -To load a PX4FMU firmware on a Linux or MacOS machine you will need to +To load a firmware on a Linux or MacOS machine you will need to use -the px_uploader.py +the uploader.py python script. You can run it like this:
-python px_uploader.py --port /dev/ttyACM0 px4fmu.px4
+python Tools/scripts/uploader.py --port /dev/ttyACM0 build/fmuv4/bin/arducopter.apj
 
-After starting the script, press the reset button on your PX4FMU to +After starting the script, press the reset button on your device to make it enter bootloader mode.

Building the firmware yourself