Difference between revisions of "Zephyr toolchain"

From Wiki at Neela Nurseries
Jump to: navigation, search
(create new NN page to capture Zephyr toolchain set up and maintenance notes)
 
m
Line 1: Line 1:
 
<center>
 
<center>
 +
Zephyr Toolchain Notes<br />
 +
&nbsp;<br />
 
2023-07-11<br />
 
2023-07-11<br />
Zephyr Toolchain Notes
 
 
</center>
 
</center>
  
<!- odne komentar -->
+
<!-- odne komentar -->
  
 
This page dedicated to capture installation and maintenance steps for Zephyr RTOS toolchain.  Main Zephyr toolchain and SDK install steps outlined at:
 
This page dedicated to capture installation and maintenance steps for Zephyr RTOS toolchain.  Main Zephyr toolchain and SDK install steps outlined at:

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

<!- odne komentar -->