abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.04k stars 325 forks source link

HID Bootloader Python Host APP errors. #75

Closed NicoHood closed 6 years ago

NicoHood commented 8 years ago
  1. You should add #!/usr/bin/python as first line of the python file.
  2. The intelhex link is down. http://bialix.com/intelhex/ I used this instead: https://pypi.python.org/pypi/IntelHex
  3. pywinusb is not linux compatible. I cannot run to python script :/
abcminiuser commented 8 years ago

Good points @NicoHood!

For point #1: yes, I wasn't thinking much about being cross-platform, as evidenced by point 3 :). Looks like https://github.com/trezor/cython-hidapi is a decent cross-platform HID library, so I'll have to have a look at porting over the utility to make it properly cross platform.

NicoHood commented 8 years ago

I used the c program for now, it works great. Even though I suggest using hidapi for linux instead of libusb.

abcminiuser commented 6 years ago

Fixed in bf630b3add2ed197ec4c9f94f06d4dec4281d09d.