Microchip-Ethernet / EVB-KSZ9897

EVB-KSZ9897 (LAN7801+KSZ9897) Software
26 stars 21 forks source link

Beaglebone black integration #1

Open HarelAshwal opened 6 years ago

HarelAshwal commented 6 years ago

LK"I

Do you have example on how to integrate this with BeagleBone Black board? I've noticed that you once had a product with BBB integration.

http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=evb-lan9352

This board is very popular , and can push your product forward... :)

Harel

Ravi-Hegde commented 6 years ago

For the driver on the github, we do not have customized code for BeagleBone. In the coming month we will publish the porting guide (to different SOC). The DSA driver should be able easily migrate to Beaglebone.

HarelAshwal commented 6 years ago

LK"I

Is there any guide on how to migrate (easily...) the DSA driver to BeagleBone (Black if possible..)

Harel

Ravi-Hegde commented 6 years ago

The device tree configuration needed for the DSA driver is available @ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/net/dsa/ksz.txt

nallenscott commented 6 years ago

@Ravi-Hegde I would like to port this driver to the latest 4.X kernel for ARM devices like the Beaglebone, to be able to use the USB interface. Do you see any potential issues with this?

MohammadNouri5700 commented 2 years ago

@Ravi-Hegde I would like to port this driver to the latest 4.X kernel for ARM devices like the Beaglebone, to be able to use the USB interface. Do you see any potential issues with this?

Hi, did you compile ksz9897 for beagleboneblack and it works fine on that ? if yes can you guide me about way? thanks a million