Skip to content

Commit

Permalink
Add build kernel and change section title (#428)
Browse files Browse the repository at this point in the history
* Add build kernel

* fix c&p error

---------

Co-authored-by: Werner <[email protected]>
  • Loading branch information
igorpecovnik and EvilOlaf authored Jun 19, 2024
1 parent c8afd76 commit 8449a4b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/Developer-Guide_Build-Options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Build options
# Build commands

### kernel

Builds kernel and device tree (where applicable) and place it to the `output/debs`

Usage:
```bash
./compile.sh kernel BOARD=nanopi-r5c BRANCH=edge
```

### dts-check

Expand Down

0 comments on commit 8449a4b

Please sign in to comment.