travisgoodspeed / md380tools

Firmware patches for the TYT-MD380 handheld radio.
804 stars 244 forks source link

pyUSB version #805

Closed pedro177 closed 6 years ago

pedro177 commented 7 years ago

Hi all. In doc/raspi.md there is a problem with pyUSB version. With Raspberry 3 and Raspbian r. 2017-08-16 and pyUSB 1.0.0b1 version, flashdb procedure fails: ... ./md380-tool spiflashwrite user.bin 0x100000 'Device' object has no attribute 'manufacturer' Makefile:97: recipe for target 'flashdb' failed make: *** [flashdb] Error 1

I have solved this issue by: "sudo pip install pyusb -U" as

Pietro Iz4heo