Hi,
When installing with $ easy_install pyusb, 1.0.0a3 gets installed. When running the firmware updater, it complains because of missing functions in pyusb.
I would be great if you can update the script to support the latest, or can you let me know which version the script was coded against so I can upload the latest firmware.
Thanks,
Greg
gghmbp:src ghulands$ ../scripts/stm32_mem.py blackmagic.bin
USB Device Firmware Upgrade - Host Utility -- version 1.1
Copyright (C) 2011 Black Sphere Technologies
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
Traceback (most recent call last):
File "../scripts/stm32_mem.py", line 68, in
devs = dfu.finddevs()
File "/Users/ghulands/blackmagic/scripts/dfu.py", line 165, in finddevs
for bus in usb.busses():
File "build/bdist.macosx-10.8-intel/egg/usb/legacy.py", line 343, in busses
File "build/bdist.macosx-10.8-intel/egg/usb/legacy.py", line 339, in init
File "build/bdist.macosx-10.8-intel/egg/usb/core.py", line 856, in find
ValueError: No backend available