2019-07-16 12:03 PM
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?
2019-07-16 11:40 PM
Hi,
Did you try a point to point connection or through LAN/DHCP ?
Thx
Olivier
2019-07-17 01:49 PM
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.