-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sipeed Tang primer 20k : usb host test failed. #558
Comments
After looking at the code for the USB part in the liteX core, I found that only the 'Differential Pair mode' USB OHCI was implemented, and the '8-bit parallel mode' was not implemented. |
Hello @hai4john, for now we indeed only support USB OHCI, it would be possible to support ULPI but support hasn't been done yet. |
You may not clearly distinguish between USB controller and PHY (physical layer interface). The current code seems to implement controller + phy, not a separate controller. Only when the controller is implemented separately can the interface with phy be selected. |
The current supported solution is indeed full integrated and only USB 1.1 compliant . I just meant that that Tang primer 20k dock has a ULPI chip and we don't currently have built-in solution for it. |
@enjoy-digital, I understand what you mean. Thank you very much for your reply. I look forward to the implementation of USB host on Tang primer 20k dock.
|
I had Sipeed Tang primer 20k with dock, USB host on hardware, but test filed.
I saw the source code at targets/sipeed_tang_primer_20k.py,found no usb host support。
The text was updated successfully, but these errors were encountered: