Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ west sdk install -t \
Build the sample application:

```sh
west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/demo/zephyr
west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/mini/zephyr
```

Connect the board and flash the application:
Expand All @@ -112,7 +112,7 @@ Connect the board and flash the application:
west flash
```

Alternatively, you can try the `mini` or `supervisor` samples.
Alternatively, you can try the `demo` or `supervisor` samples.

### Full Zephyr build from scratch

Expand Down