Downloads & Links

Useful links for different websites

QGroundControl

QGroundControl is the ground control software (GCS) of choice within the Dronecode platform. It can be used to flash, configure and control any FMU that runs PX4 or a MAVLink compatible flight stack. It is recommended to use the latest stable release and update regularly when new releases become available.

Flashing Downloads - FMUK66

Which variant and file type should I choose?

How should you determine whether to use the -v3 (Rev. C/D) or -e (Rev. E) build? This depends on when you got your RDDRONE-FMUK66. Rev. C and D boards have been distributed before 2022 but are still supported. New boards distributed since the beginning of 2022 are most likely Rev. E. You can also recognize a Rev. E board by the 8x RC PWM outputs (older boards had 6x PWM), or the small 2-pin NFC antenna connector on the side (which was not present on previous revisions).

Finally, you look at the purpose for which you need the binary. Are you flashing the FMUK66 board with a debugger (for example because you are using the board for the very first time), then you need the .bin file. If you have already flashed the board before and a bootloader has already been installed, then you can also upload it as a custom firmware binary through QGroundControl. For this you need the .px4 file. Then there is also the .elf format which can be used with debugging software (e.g. GDB).

(Note: NXP does not provide precompiled code. Binaries are available through the courtesy of PX4)

Check above which file(s) type you should download.

For Rev. C/D:

For Rev. E:

Stable versions:

FMUK66-v3:

FMUK66-e:

Development / Main branch:

FMUK66-v3:

FMUK66-e:

This is a link for the Segger Microcontroller 8.08.91 used to flash the bootloaders to various different boards. Use this link if you are interested on what this microcontroller does and its specifications.

Last updated