STM32MP157-DK2 not connecting to ethernet
Hello,
i have a problem when tring to establish a ethernet connection with the STM32MP157-DK2 board.
Windows 10 -64bit system, no firewall, no antivirus. DHCP enabled.
Tried with cross & straight CAT6 ethernet cable.
I cannot establish a SSH connection with the board trough putty on port 22.
The yellow LED from the ethernet connector is blinking, the GREN led is off.
In the board "netdata perf monitor" i have no ethernet connection.
I wonder what i am missing here?
Here is the ifconfig
root@stm32mp1:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:E1:42:55:EF
inet6 addr: fe80::280:e1ff:fe42:55ef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9472 (9.2 KiB) TX bytes:8923 (8.7 KiB)
Interrupt:60 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:264 errors:0 dropped:0 overruns:0 frame:0
TX packets:264 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16800 (16.4 KiB) TX bytes:16800 (16.4 KiB)
usb0 Link encap:Ethernet HWaddr EE:66:75:77:9F:02
inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@stm32mp1:~#