Tool/software: Linux
Hi,
Ti,
I am using the rt-linux sdk04.03 of am437x.linux version is 4.9.65-rt.There are rgmii ethernet and one pruss ethernet on my board.The pruss ethernet connects to pruss1 mii1.
Now the prueth driver on the kernel is only support two pruss ethernet,only when two pruss ethernet exist on the board,the driver will work fine.
So I modify the prueth.c like that, to support one pruss ethernet.
After do that, The eth1 is up,but can not get the ip.
the hardware is ok,because I use the kernel on sdk03.01,it can get the ip.
Now I want to know how to modify the prueth driver to support one ethernet?
Br,
vefone