unframework / licheepi-nano-buildroot

Config files for full Lichee Pi Nano Linux image build
GNU General Public License v3.0
114 stars 28 forks source link

Ethernet over usb #17

Closed leonardowolf closed 9 months ago

leonardowolf commented 2 years ago

So, there is this capability: https://wiki.sipeed.com/soft/Lichee/zh/Zero-Doc/application/otg2PC.html Wich is present on the nano version of this board, i woud like to use that on my project but i can't make it work... also do not know where to start.

Some help perhaps?

muratozk commented 2 years ago

@leonardowolf While in the root directory of your project make linux-menuconfig run the command then follow the steps in the tutorial. note: you may need to do a make clean.

leonardowolf commented 2 years ago

on the sipeed wiki they are using the 2018.1version of the u boot, the menu structure are completely different from the one used in this repo so i cannot find the Device Drivers or anything that resembles the options i need to tick in order to have this thing running

leonardowolf commented 2 years ago

it's not about the buildroot version but the u-boot as it seems

unframework commented 9 months ago

Hey, very belated response but I don't have any extra knowledge to share on this, sorry! Closing for now.