PX4-Autopilot
PX4-Autopilot copied to clipboard
boards: Add THE Peach K1/R1 code
Hi,
We developed a Flight Controller. I would like to add our K1/R1 Flight Controller code to the PX4-Autopilot.
Docs: https://github.com/PX4/PX4-user_guide/pull/2034 Bootloader: https://github.com/PX4/PX4-Bootloader/pull/219
Thanks
The bootloader bin naming needs to be ${PX4_BOARD_VENDOR}_${PX4_BOARD_MODEL}_bootloader.bin
if you want the SYS_BL_UPDATE
param and other command line helpers in the build system to automatically work.
I modified it !
Is there any additional process to register our board? I wonder how long it takes to register
Thanks.
I modified it !
Is there any additional process to register our board? I wonder how long it takes to register
Thanks.
Do you mean in QGC? At the moment flashing through QGC still needs to be added manually.
I modified it ! Is there any additional process to register our board? I wonder how long it takes to register Thanks.
Do you mean in QGC? At the moment flashing through QGC still needs to be added manually.
I mean, How long will it take to merge not only qgc, but also PX4-Autopilot and bootloader so that they can be used by users? Is there anything else I need to do to merge? Thanks
@dagar
Is there anything else to do merge or are you not able to merge?
@dagar Can this merge?
The diff shows no change?
The diff shows no change?
Sorry, I created a new PR. https://github.com/PX4/PX4-Autopilot/pull/20664