Skip to main content
ECaba
Associate II
July 16, 2019
Question

STM32MP157-DK2 Ethernet

  • July 16, 2019
  • 2 replies
  • 1150 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

Olivier GALLIEN
ST Technical Moderator
July 17, 2019

Hi,

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

Thx

Olivier

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
ECaba
ECabaAuthor
Associate 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.