Skip to content

Commit 3c79bdf

Browse files
committed
Minor tweak to build steps
1 parent 19e1923 commit 3c79bdf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/quickstart/firmware/hardware.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For the last Zephyr requirement, we must install the SDK.
6868

6969
```
7070
cd zephyr/
71-
west sdk install && cd ..
71+
west sdk install
7272
```
7373

7474
### **5. Build the Ocre Runtime**
@@ -95,6 +95,8 @@ See the list of [supported boards](https://docs.zephyrproject.org/latest/boards/
9595

9696
2. After flashing, restart/reset your board to run the application.
9797

98+
---
99+
98100
## Troubleshooting
99101
This section covers common issues you might encounter when building and flashing the Ocre runtime to physical hardware, along with their solutions.
100102

docs/quickstart/firmware/simulated.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ For the last Zephyr requirement, we must install the SDK.
7777

7878
```
7979
cd zephyr/
80-
west sdk install && cd ..
80+
west sdk install
8181
```
8282

8383
### **6. Build the application**
8484

8585
The following will build the firmware for the *virtual*, `native_sim` target which will allow you to run the Ocre runtime on a simulated device, rather than a physical board.
8686
```
87+
cd ..
8788
west build -b native_sim ./application -d build -- -DMODULE_EXT_ROOT=`pwd`/application
8889
```
8990

docs/quickstart/prerequisites/dev-environment/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The toolchain container can also be launched and used interactively as follows:
6464
cd samples
6565
docker run --rm -it -v $(pwd):/home/ocre ocre/ocre-c-toolchain:latest
6666
```
67+
6768
---
6869

6970
## Troubleshooting

0 commit comments

Comments
 (0)