Skip to content

Commit

Permalink
[Doc][other]: update doc for containerized compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-xy committed Jan 25, 2024
1 parent 2710f23 commit e2ea0cf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,13 @@ The pre-build firware and bootloader are in `./firmware` dir, donwload and flas

#### Containerized compilation (recommended)

* Frameware compile: start_docker.sh hkust_nxt
* bootloader compile: start_docker.sh hkust_nxt_bootloader
Build a specific version of PX4 firmware using docker container.

```bash
Usage: ./docker_build.sh <branch_name> <frameware_name>
Example: ./docker_build.sh develop_v1.14.x hkust_nxt-v1
./docker_build.sh develop_v1.14.x hkust_nxt-v1_bootloader
```

### Develop

Expand Down

0 comments on commit e2ea0cf

Please sign in to comment.