Skip to content

Commit

Permalink
update px4 1.14.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Peize-Liu committed Dec 26, 2023
1 parent 24beac6 commit d771d5c
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NxtPX4

## We are now supporting PX4 1.14.x firmware! Check compile section for more information

<img src="https://raw.githubusercontent.com/Peize-Liu/my-images/master/202309060125077.png" alt="1683206596601" />

> All GPIO & function small size PX4 for UAV research for HKUST UAV-Group
Expand All @@ -19,6 +21,12 @@ Hardware quick review

# Getting start

## Use precompiled bootloader and firmware

please check firmware dir

## Compile locally

1. clone repo.
2. run init repo script: `./init_all_repo.sh`
it will take some time to clone all submodules into loccal
Expand Down Expand Up @@ -56,10 +64,14 @@ If your receiver uses Sbus please connect the pads in red circle

#### Using make

**Note!!!**

For PX4 1.14.x firmware please use branch *develop_v1.14.x*. I am manually merging with the latest main branch from PX4.

1. go to PX4-Autoplilot directory
2. using ` make hkust_nxt_bootloader` to compile bootloader
2. using ` make hkust_nxt_bootloader` to compile bootloader. For *develop_v1.14.x* use `make hkust_nxt-v1_bootloader`
3. Press boot button on board and then connect it with computer, flash bootloader with Betaflight configurator or STM32programmer
4. using `make hkust_nxt` to compile firmware, and flash `.px4` through QG
4. using `make hkust_nxt` to compile firmware, and flash `.px4` through QGC. . For *develop_v1.14.x* use `make hkust_nxt-v1`

#### Using Docker

Expand Down
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions firmware/firmware_1.2.x_px4_1.14.x/hkust_nxt-v1_bootloader.px4

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions firmware/firmware_1.2.x_px4_1.14.x/hkust_nxt-v1_default.px4

Large diffs are not rendered by default.

0 comments on commit d771d5c

Please sign in to comment.