Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tools:pyocd [2022/11/26 05:25]
darron created
tools:pyocd [2022/12/20 13:54] (current)
darron [More]
Line 1: Line 1:
 +====PyOCD====
 +
 +Not ready for serious application, ignore.
 +
 +===Prep===
 +
 +<code>
 +apt install python3-pip
 +</code>
 +
 +===Less===
 +
 +<code>
 sudo -H python3 -m pip install -U pyocd sudo -H python3 -m pip install -U pyocd
 +error: [Errno 2] No such file or directory: 'cargo': 'cargo'
 +</code>
 +    
 +===More===
 +
 +<code>
 +git clone https://github.com/pyocd/pyOCD
 +cd pyOCD
 +</code>
 +
 +See README, NOTHING WORKS, life is too valuable to waste on this.