mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.29k stars 3.61k forks source link

Add a way to install PX4 LPE firmware version for px4fmu-v2 #4428

Open jgoppert opened 7 years ago

jgoppert commented 7 years ago

See issue here: https://github.com/PX4/Firmware/pull/6307

dagar commented 7 years ago

@DonLakeFlyer for now what do you think about putting this in the advanced drop down if the board is px4fmu-v2? Longer term we can do something better with the json firmware listing.

jgoppert commented 7 years ago

If it helps, all px4 firmware versions are named OS-BOARD-LABEL

We are stripping off OS because it is always nuttx currently. The board is px4fmu-v2 etc. The label identifies what set of modules were built. So far we have only been using default.

px4fmu-v2 is the only board that has both default and lpe labels. So the gui could have a label selector drop-down at some point, but for now a drop down list of all available firmware would work.