We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ae414 commit a7c2a55Copy full SHA for a7c2a55
README.md
@@ -1,7 +1,9 @@
1
# PinetimeFlasher
2
GUI based app to help flash the pinetime with xpack-openOCD on windows, made with python and PyQT(for UI)
3
4
-to run the script you need Python >3.6 installed
+to run the script you need Python >3.6 and xpack-openOCD installed
5
+
6
+[how to install xpack-openOCD ?](https://xpack.github.io/openocd/install/#manual-install)
7
8
make sure you have PyQT5 installed, it can be installed with
9
`pip install PyQT5`
@@ -12,4 +14,4 @@ pip install pyinstaller
12
14
pyinstaller -w --onefile PinetimeFlasher.py
13
15
```
16
-note: pre-made Executable and latest xpack-openOCD available in the releases!!!
17
+note: pre-made Executable available in the releases!!!
0 commit comments