Open masoudr opened 3 years ago
I seem to recall that I had the Ethernet gadget working. Have you tried my kernel? I fixed a couple USB bugs (just typos, nobody had ever tried what I was trying). However, if you're getting as far as USB enumeration then it might work with your kernel.
Thanks for the answer. I tried the f1c100s-v5.2.X
version and I got the same behavior. Also, I can't use the f1c100s-usb-v5.6
because of SPI Flash xt25f128b support. As described here, in this version there is no m25p80.c
file so I don't know how to add this chip support.
Anyway, my aim is to use this feature in u-boot, which I think is more straightforward. Have you tested this feature with it?
Hi, First I need to apologize if my question may be unrelated to the repo but I thought that you may already face the same issue. I'm trying to make ethernet over USB working on my Lichee Nano board with its micro USB connection. First I tried to set up with u-boot but it didn't work. Then I tried to set it up with Linux kernel which is more common so I followed this guide and the
g_ether
module seems to load properly. But my host PC doesn't recognize the USB connection as any device (it is like no device has been connected). Here is the log of kernel and modprobe command:I'm using this Linux version. It is the same version as https://github.com/Icenowy/linux.git with adding xt25f128b flash support. Thanks.