Are there daily downloadable firmware builds somewhere?

I noticed QGroundcontrol has a daily build you can download and I was wondering if PX4 has the same thing hidden somewhere? It seems it would make it easier for some people who want to test out new builds but don’t necessarily want to go through the hassle of compiling it on their own system with all of the issues that can come along with that. I have been struggling with the latest Omnibus Bootloader and was hoping I could download the latest working bin file instead, but I can’t find one. If anyone knows if this is available somewhere, please let me know. Thanks!

James

Yes there are downloadable firmware builds for just about every part of development.

If you want the latest master build (what QGC calls devleopment) the url for each BOARD is “https://s3.amazonaws.com/px4-travis/Firmware/master/${BOARD}.px4”. Example for pixhawk (px4fmu-v2) - https://s3.amazonaws.com/px4-travis/Firmware/master/px4fmu-v2_default.px4

You can also find all of these by browsing the continuous integration (CI) system directly. http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-compile/activity

Click on a build, then go to Artifacts at the top.

http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-compile/detail/master/280/pipeline

You’ll see all the binaries for all boards. http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-compile/detail/master/280/artifacts

1 Like

Thank you very much!