You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Before getting started, make sure you have a proper Zephyr development environme
134
134
135
135
1.**Install the Zephyr SDK**: Follow the [official Zephyr getting started guide](https://docs.zephyrproject.org/latest/getting_started/index.html) for your operating system.
136
136
137
-
2.**Set up Python virtual environment and install West**:
137
+
2.**Set up a Python virtual environment and install West**:
138
138
```bash
139
139
python3 -m venv ~/.venv
140
140
source~/.venv/bin/activate
@@ -147,15 +147,15 @@ The first step is to initialize the workspace folder where the `OpenAstroFirmwar
147
147
148
148
```bash
149
149
# Initialize workspace for OpenAstroFirmware
150
-
west init -m https://github.com/OpenAstroTech/OpenAstroFirmware --mr main OpenAstroTech-workspace
150
+
west init -m https://github.com/OpenAstroTech/OpenAstroFirmware --mr main OpenAstroFirmware-workspace
151
151
# Update Zephyr modules
152
-
cdOpenAstroTech-workspace
152
+
cdOpenAstroFirmware-workspace
153
153
west update
154
154
```
155
155
156
156
After initialization, your workspace structure will look like:
0 commit comments