dwc2 support #2856
Replies: 2 comments
-
@cleverca22 ah thank you very much, I am indeed working on hcd driver for dwc2, and able to get pass some control transfer. I will be sure to take a peek at your implementation along the port. |
Beta Was this translation helpful? Give feedback.
-
ive got the rpi ethernet working on both the VPU and aarch64 sides now, but there are some race conditions present that only show up under the aarch64 build, adding a 100ms sleep before each control transfer for the NIC gets things working edit: edit2: |
Beta Was this translation helpful? Give feedback.
-
Related area
hcd
Hardware specification
pi0-pi3
@hathach i notice that your working on a dwc2 hcd, and i thought id share the code ive written to do the same thing
https://github.com/librerpi/lk-overlay/blob/master/platform/bcm28xx/dwc2/dwc2.c
ive got bulk endpoints working, and its able to read from mass-storage, and do dhcp/tftp with LWIP and the built-in nic on an rpi
I have checked existing issues, dicussion and documentation
Beta Was this translation helpful? Give feedback.
All reactions