Skip to content

GUI based app to help flash the pinetime with xpack-openOCD on windows,

License

Notifications You must be signed in to change notification settings

ZephyrLabs/PinetimeFlasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c2de74 · Apr 22, 2021
Apr 11, 2021
Apr 17, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 22, 2021
Apr 10, 2021
Apr 11, 2021
Apr 18, 2021

Repository files navigation

PinetimeFlasher

Windows PyInstaller Builds

PinetimeFlasher

A GUI app to help flash the PineTime with xpack-openOCD on Windows (but might also work on Linux and Mac), made with Python and PyQT5(for UI).

To run the script you need Python >3.6 and xpack-openOCD installed.

How to install xpack-openOCD ?

Make sure you have PyQT5 installed, it can be installed with pip install PyQT5

It can also be made into an executable using PyInstaller:

pip install pyinstaller
pyinstaller --onefile --icon PinetimeFlasher.ico --add-data PinetimeFlasher.ico;. PinetimeFlasher.pyw

Note: Pre-made executable available in the releases when a new version is published, as well as automatic builds by Github Actions.