pydfu.py run

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

pydfu.py run

Post by skylin008 » Wed Apr 07, 2021 9:52 am

Hello every one! How to direct run(command mode) the pydfu.py update the firmware.dfu file from windows 10. I had a python enviroment.Thanks!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: pydfu.py run

Post by dhylands » Wed Apr 07, 2021 6:12 pm

I'm pretty sure that pydfu.py will only work on Linux and MacOS and not on Windows. You'll need to use dfu-util (command line) or one of the GUI based DFU loaders (like DFUse) under windows.

Post Reply