littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

Ethernet #306

Open ricky6688 opened 2 years ago

ricky6688 commented 2 years ago

We need to use Ethernet to transfer data. How do we transplant the Ethernet driver?

travisg commented 2 years ago

Well, depends on the chipset. Do you know what the chipset for the particular ethernet hardware you have? Is it on a PC or an ARM system-on-chip?