You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran the usb-flash.py scipt through 2to3 and fixed the USB to pyusb. Now getting an error that says: sudo make install ./prog/usb-flasher/usb-flash.py bin/dongle.bin Traceback (most recent call last): File "/home/mousejack/nrf-research-firmware/./prog/usb-flasher/usb-flash.py", line 53, in <module> data += '\000' * (512 - len(data) % 512) TypeError: can't concat str to bytes make: *** [Makefile:27: install] Error 1
Any way to fix this?
The text was updated successfully, but these errors were encountered:
Ran the usb-flash.py scipt through 2to3 and fixed the USB to pyusb. Now getting an error that says:
sudo make install ./prog/usb-flasher/usb-flash.py bin/dongle.bin Traceback (most recent call last): File "/home/mousejack/nrf-research-firmware/./prog/usb-flasher/usb-flash.py", line 53, in <module> data += '\000' * (512 - len(data) % 512) TypeError: can't concat str to bytes make: *** [Makefile:27: install] Error 1
Any way to fix this?
The text was updated successfully, but these errors were encountered: