Skip to content

Commit d4cba5a

Browse files
committed
Updated build step to make board name clearer
1 parent 8e7ee5f commit d4cba5a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/quickstart/firmware/hardware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ west update
5757
```
5858

5959
{: .note}
60-
`west update` may take 5-10 minutes as it pulls all Zephyr Project board sources.
60+
This step may take 5-10 minutes as it pulls all Zephyr Project board sources.
6161

6262
### **5. Install Additional Zephyr (pip) requirements**
6363

@@ -75,7 +75,7 @@ west build -b BOARD_NAME ./application -d build -- -DMODULE_EXT_ROOT=`pwd`/appli
7575
```
7676

7777
{: .note}
78-
You can also run the **West Build** task directly from the **Ocre Workspace** file as defined in the [Ocre Workspace File](../../../reference/workspacefile) reference. If you do, be sure to select your board as your build target from the dropdown list of available boards.
78+
Your board's name can be found in the Zephyr [Supported Boards](https://docs.zephyrproject.org/3.7.0/boards/index.html) guide.
7979

8080
### **7. Flash the Ocre Runtime to Your Device**
8181

docs/quickstart/firmware/simulated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ west update
6565
```
6666

6767
{: .note}
68-
`west update` may take 5-10 minutes as it pulls all Zephyr Project board sources.
68+
This step may take 5-10 minutes as it pulls all Zephyr Project board sources.
6969

7070
### **5. Install Additional Zephyr (pip) requirements**
7171

0 commit comments

Comments
 (0)