No DFU device found
See original GitHub issueHi, I am using ubuuntu 16.04 with python2.7 and the Respeaker Mic Array v2.0. I have a ValueError when I try to update the firmware.
Here is the error:
john@ubuntu:~/catkin_ws/src/respeaker_ros/usb_4_mic_array$ sudo python dfu.py --download 6_channels_firmware.bin
Traceback (most recent call last):
File "dfu.py", line 229, in <module>
main()
File "/home/john/.local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/home/john/.local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home/john/.local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/john/.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "dfu.py", line 218, in main
dev = XMOS_DFU()
File "dfu.py", line 198, in __init__
super(XMOS_DFU, self).__init__()
File "dfu.py", line 73, in __init__
raise ValueError('No DFU device found')
ValueError: No DFU device found
Please help me
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
DFUse does not detect my STM32 devices - ST Community
Hello,. I want to flash micropython in one of my stm32 devices. In order to flash micropython I need to put the stm32...
Read more >no DFU device found? - tinysa@groups.io
I am able to put the tinySA into DFU mode and it shows up under dive manager as STM32 Boot Loader with no...
Read more >No DFU Device Found - ReSpeaker - Seeed Forum
I have a 2 mic ReSpeaker array which I am using to build a picroft. Setup see's the array and it's available in...
Read more >Photon: dfu-util - No DFU Device found - Particle Community
Photon: dfu-util - No DFU Device found · Press and hold both the RESET/RST and MODE/SETUP buttons simultaneously. · Release only the RESET/RST ......
Read more >no dfu device found - MicroPython Forum (Archive)
no dfu device found ... Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. ... But ST DFUse demo...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Turns out I just need to change the usb wire.
Which port is the corrected one?