DFU Util does not connect

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
NikolaiE
Posts: 10
Joined: Sat Nov 10, 2018 1:23 pm

DFU Util does not connect

Post by NikolaiE » Sat Nov 10, 2018 1:30 pm

I have put my Pyboard into dfu mode with connecting the pins. My device manager is showing up the stm32 in dfu mode, but dfu-util still can not connect.

Cannot open DFU device 0483:df11

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: DFU Util does not connect

Post by Roberthh » Sat Nov 10, 2018 1:55 pm

You might not have the proper access rights. On Linux, try sudo, or/and look at that place: https://github.com/micropython/micropyt ... /README.md or https://github.com/micropython/micropyt ... are-Update
On Linux, you may add yourself (user name) to the dialout group.

NikolaiE
Posts: 10
Joined: Sat Nov 10, 2018 1:23 pm

Re: DFU Util does not connect

Post by NikolaiE » Sat Nov 10, 2018 2:11 pm

On linux i had no problems, i also thought its a win10 problem.
When I used DFUse from ST it worked on win10

Thank you.

Post Reply