PX4 / PX4-Bootloader

PX4 Bootloader for PX4FMU, PX4IO and PX4FLOW
Other
263 stars 545 forks source link

Replace travis-ci with GitHub actions #198

Closed julianoes closed 3 years ago

julianoes commented 3 years ago

I'm not sure if the deploy stuff is still used and have ignored it.

dagar commented 3 years ago

Build failing.

Once this is working it can be updated to store the artifacts and then the Jenkinsfile can be deleted.

julianoes commented 3 years ago

Build failing.

I can see that :smile:.

Makefile:69: Your toolchain doesn't support -mcpu=cortex-m7.
Please use gcc-arm-embedded 4.8 2014q3 or newer. Skipping this sub-library.

That's with arm-none-eabi-gcc 9.3.1. We would need this one: https://github.com/libopencm3/libopencm3/commit/cccc1267c5d14105aec94e0606d184a2f2dd2008

julianoes commented 3 years ago

I've tested this together with #197:

px4fmu-v2: flashing 2x worked, -b works, flashing IO worked 3x, px4fmu-v4: flashing 2x worked, -b works px4fmu-v5: flashing FMU 2x worked, -b works, flashing IO 3x