question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No DFU device found

See original GitHub issue

Hi, 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:open
  • Created 5 years ago
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
johntyty912commented, Jul 28, 2019

Turns out I just need to change the usb wire.

0reactions
Robopiyfcommented, Dec 9, 2021

Turns out I just need to change the usb wire.

Which port is the corrected one?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found