Skip to content

Commit a4bdf3b

Browse files
committed
samples/audio: Update README
Add mention how to build audio/sof sample for Qemu and up_squared board.
1 parent 3f84bfb commit a4bdf3b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

samples/audio/sof/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ Although the BSP is based on `intel_s1000_crb` compiler and tools described for
4444
the board does not produce working code. Instead use xtools described in the
4545
chapter [Build SDK for the board](#build-sdk-for-the-board).
4646

47-
Build `hello_world` modified sample and we can use built zephyr.elf.
47+
Build `samples/audio/sof` sample and we can use built zephyr.elf later.
4848

49+
Build for qemu with:
4950
```bash
50-
$ west build -b up_squared_adsp samples/hello_world/
51+
$ west build -p -b up_squared_adsp zephyr/samples/audio/sof -DOVERLAY_CONFIG=overlay-qemu.conf
52+
```
53+
54+
Build for `up_squared` ADSP with:
55+
```bash
56+
$ west build -p -b up_squared_adsp zephyr/samples/audio/sof -DOVERLAY_CONFIG=overlay-up_squared.conf
5157
```
5258

5359
We would be using zephyr/zephyr.elf later on.

0 commit comments

Comments
 (0)