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