Looking at the Linux driver for the TUSB9261and it seems a little dated.
Is there a newer version of the tool and/or documentation on how the programming is done?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Looking at the Linux driver for the TUSB9261and it seems a little dated.
Is there a newer version of the tool and/or documentation on how the programming is done?
That kernel driver is not only outdated but also horribly buggy.
But sending a bulk message is possible without a kernel driver; libusb alone works just fine with a trivial change.
See this patch: tusb9260-flashburner.patch (warning: completely untested)
libhid is shipped in the burner package (and will continue to work); libusb 0.1 is not needed because you should already have libusb-0.1-compat, which emulates the older library on top of libusb-1.0.