no dfu device found

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
mrs.pub
Posts: 2
Joined: Fri Nov 09, 2018 8:22 am

no dfu device found

Post by mrs.pub » Fri Nov 09, 2018 9:14 am

root@03PBCKQ7IH70C1W:/mnt/f/projects/micropython/ports/stm32# make deploy
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
Writing build-PYBV10/firmware.dfu to the board
Traceback (most recent call last):
File "../../tools/pydfu.py", line 551, in <module>
main()
File "../../tools/pydfu.py", line 531, in main
init()
File "../../tools/pydfu.py", line 84, in init
raise ValueError('No DFU device found')
ValueError: No DFU device found
Makefile:473: recipe for target 'deploy' failed
make: *** [deploy] Error 1
root@03PBCKQ7IH70C1W:/mnt/f/projects/micropython/ports/stm32#

But ST DFUse demo can download.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: no dfu device found

Post by pythoncoder » Fri Nov 09, 2018 9:20 am

Have you put the Pyboard into DFU mode?
Peter Hinch
Index to my micropython libraries.

mrs.pub
Posts: 2
Joined: Fri Nov 09, 2018 8:22 am

Re: no dfu device found

Post by mrs.pub » Fri Nov 09, 2018 9:26 am

Thank you! I have put pyboard to DFU mode.

Post Reply