
20 Aug
2024
20 Aug
'24
7:11 p.m.
Instead, to enable usb ethernet, we should manually bind the UDC driver to the usb_ether gadget.
For example, on Khadas VIM3 board, this can be done with:
=> bind /soc/usb@ffe09000/usb@ff400000 usb_ether
It would be great if this could be done like ums where the UDC index is given rather than having to figure out the magic DT path incantation :D
=> ums 0 scsi 0,1,2,3,4,5
Use "dm tree" to find the node path for your UDC.
--
// Caleb (they/them)