File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,16 @@ Although the BSP is based on `intel_s1000_crb` compiler and tools described for
44
44
the board does not produce working code. Instead use xtools described in the
45
45
chapter [ Build SDK for the board] ( #build-sdk-for-the-board ) .
46
46
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 .
48
48
49
+ Build for qemu with:
49
50
``` 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
51
57
```
52
58
53
59
We would be using zephyr/zephyr.elf later on.
You can’t perform that action at this time.
0 commit comments