This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3354: Cannot get network address

Part Number: AM3354

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