Skip to content

Commit 981e011

Browse files
marekmatejf-hollow
authored andcommitted
blog: Zephyr ROTS: fix init commands (#355)
Fix Zephyr initial commands by removing command that no longer exist. Signed-off-by: Marek Matej <[email protected]> Co-authored-by: Marek Matej <[email protected]>
1 parent 5f94785 commit 981e011

File tree

1 file changed

+0
-1
lines changed
  • content/blog/zephyr-rtos-on-esp32-first-steps

1 file changed

+0
-1
lines changed

content/blog/zephyr-rtos-on-esp32-first-steps/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Here is a worthy observation: west is the tool that manages the entire life-cycl
8181
west init ~/zephyrproject
8282
cd ~/zephyrproject
8383
west update
84-
west espressif update
8584
```
8685

8786
Be patient, these last commands will fetch Zephyr’s repository and all the HALs (including Espressif’s) already ported to this RTOS. Note that we do not explicitly call a git command to clone the repositories, __west__ takes care of everything.

0 commit comments

Comments
 (0)