forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cube Orange Plus ODID Bootloader (#5)
- Loading branch information
1 parent
5edaa6e
commit 819af0e
Showing
7 changed files
with
2,439 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
libraries/AP_HAL_ChibiOS/hwdef/CubeOrangePlus-ODID/hwdef-bl.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
include ../CubeOrangePlus/hwdef-bl.dat | ||
|
||
undef USB_STRING_PRODUCT | ||
undef APJ_BOARD_ID | ||
|
||
# use a different board ID, so vehicles with this installed are prevented from loading | ||
# the firmware without OpenDroneID enabled | ||
APJ_BOARD_ID 10141 | ||
APJ_BOARD_ID 10063 | ||
USB_STRING_PRODUCT "CubeOrange+ODID-BL" | ||
|
||
# enable and enforce OpenDroneID | ||
define AP_OPENDRONEID_ENABLED 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
include ../CubeOrangePlus/hwdef.dat | ||
|
||
undef USB_STRING_PRODUCT | ||
undef APJ_BOARD_ID | ||
|
||
# use a different board ID, so vehicles with this installed are prevented from loading | ||
# the firmware without OpenDroneID enabled | ||
APJ_BOARD_ID 10141 | ||
APJ_BOARD_ID 10063 | ||
USB_STRING_PRODUCT "CubeOrange+ODID" | ||
|
||
# enable and enforce OpenDroneID | ||
define AP_OPENDRONEID_ENABLED 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./waf --targets bin/arducopter --upload |