Hi,
Main chip : AM3354BZCZ100
Network chip : KSZ9031RNXCC
SDK: RT-3.3 Device Tree : am335x-boneblack.dtb
There is a problem: ifconfig or udhcpc-i eth0 can not get the network address.
The hardware connection is as follows:
The device tree is as follows:
&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "mii";
status = "okay";
};
&mac {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
};
&davinci_mdio {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
};
Kernel printing information is as follows:
Execute the corresponding command:
How to solve the problem of not getting network address ?
Hope to get your help.
BR