Skip to main content
Visitor II
July 16, 2019
Question

STM32MP157-DK2 Ethernet

  • July 16, 2019
  • 2 replies
  • 1117 views

Hi, I can't to connect my board by ethernet connector, when I connect the cable both leds are always off. I try using ifconfig to set a ip but my board doesn't respond to ping request, but when I used ifconfig to set ip over usb0 my board respond to ping and I can copy the hello_world example.

Is my ethernet interface damaged? or I need to do other configuration?

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    July 17, 2019

    Hi,

    Did you try a point to point connection or through LAN/DHCP ?

    Thx

    Olivier

    ECabaAuthor
    Visitor II
    July 17, 2019

    Hello, I followed the link: https://wiki.st.com/stm32mpu/wiki/Ifconfig, and I use: ifconfig eth0 up, next: ifconfig eth0 192.168.1.40 and I my board respond to ping request but my ethernet connector leds are always off.