Difference between revisions of "Zephyr toolchain"
From Wiki at Neela Nurseries
m |
m |
||
Line 16: | Line 16: | ||
$ pip3 install --upgrade pyocd | $ pip3 install --upgrade pyocd | ||
− | <!- odne komentar --> | + | <!-- odne komentar --> |
Revision as of 22:10, 11 July 2023
Zephyr Toolchain Notes
2023-07-11
This page dedicated to capture installation and maintenance steps for Zephyr RTOS toolchain. Main Zephyr toolchain and SDK install steps outlined at:
When flashing targeted hardware with Python3 based `pyocd`, install this tool via pip3 command:
$ pip3 install --upgrade pyocd