Tool/software: Linux
Dear Sir:
Sorry to trouble you. I need the USB driver to update TM4C1297NCZADI3 firmware under Linux.
Can you supply it to me? Thank you very much.
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.
Tool/software: Linux
Dear Sir:
Sorry to trouble you. I need the USB driver to update TM4C1297NCZADI3 firmware under Linux.
Can you supply it to me? Thank you very much.
Hello,
For USB DFU, the driver needs to be enumerated by the OS like other USB applications such as CDC or Bulk. Unfortunately because of that we do not have drivers for Linux to provide for DFU operation.
However, community members have had success modifying drivers to work for Linux, here is one such post where with some guidance a community member was able to make the USB driver they needed: https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/612214/2254101#2254101
If you need another resource to help make the driver, you can reference this as well: https://kernel.readthedocs.io/en/sphinx-samples/writing_usb_driver.html