Use in Linux #15
Replies: 2 comments 1 reply
-
Hi @void-spark,
yes it works . At least in distros who support USB 2.0 BOS descriptors . i.e. see Debian Buster and up ( running in VM ):
AFAIK, avrdude in linux uses libusb which supports composite devices, so no there is no need . i.e. Arduino IDE 1.8.3 Debian Bullseye uploading the ASCII Table sketch using USBasp as the progammer :
Nope, just the usual -c usbasp . Also there is a linux x86_64 version of the USBaspHIDUART console utility which at least runs in Debian : i.e. and an example of reading the output of the ASCII Table sketch using USBaspHIDUART : regards, |
Beta Was this translation helpful? Give feedback.
-
Yep, been able to test now, it works! (at least the programming part). I guess the uart part is not a standard hid 'profile(?)', so it always needs a custom program that uses usblib to talk with it? |
Beta Was this translation helpful? Give feedback.
-
Any idea if this firmware works in Linux?
Would it also need a custom avrdude that supports composite devices or something similar?
Any special options that would be needed, like a specific -P ?
If not, any suggestions for a branch which does work under Linux? :)
Beta Was this translation helpful? Give feedback.
All reactions