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.
HI,
We create a new driver of USB for AM4378 and read the below manual.
"AM437x and AMIC120 ARM®Cortex-A9 Processors Technical Reference Manual 16.1 Introduction"
"For those who do wish to substantially modify the existing Linux USB
driver(s),or create new drivers, contact your TI sales representative
for more information on how to obtain the third-party IP databook
under NDA."
So, we have understood to need the third-party IP databook.
How do we do to get the third-party IP databook?
Hi,
To know that, we know need a IP data-book.
We are creating a xHCI driver for TI-RTOS. Has TI-RTOS already supported a xHCI driver?
If so, can we get that?
And, our original OS is our RTOS. Specification is our original.
HI,
Thank you for your reply. We got it.
And, we have another question.
We looked into your USB driver in PDK and found that we did not have the following features.
1. The USB driver doesn't support Interrupt transfer.
2. And, the USB driver doesn't support detach of USB device.
We would like you to provide information if there is helpful information.
Hi,
We use the version 3.3, because this is our customer's request.
Do you mean that latest 5.2 supports Interrupt transfer and detach a device? We tested the USB unplug, but we seemed for your PDK's USB driver not to detect detachment.
And you know, USB has some transfer mode. That is, Interrupt, Bulk, Isochronous, Control transfer mode. We want to develop MTP(Media Transfer Protocol) on your USB driver. MTP use Interrupt transfer.
Hi,
But, we have to develop the driver in Rel 3.3 for our customer's request. Is there a way to use the driver of Rel 5.2 in Rel 3.3? Or Would you please tell us where to fix the driver to support unplug?