hi
i’m trying to run the following design:
http://releases.rocketboards.org/release/2018.10/sgmiird/a10_soc_devkit_sgmii.tar.gz
i disabled the “early io release” option (in the ‘device pin options’ and in the ‘emif_hps’).
After the boot when i run ‘ifconfig’ i get:
root@arria10:~# ifconfig
eth0 Link encap:Ethernet HWaddr ba:a4:98:ba:37:83
UP BROADCAST MULTICAST DYNAMIC 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)
Interrupt:31 Base address:0xe000
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:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:140 (140.0 B) TX bytes:140 (140.0 B)
and when i run ‘ifconfig -a’:
root@arria10:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr ba:a4:98:ba:37:83
UP BROADCAST MULTICAST DYNAMIC 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)
Interrupt:31 Base address:0xe000
eth1 Link encap:Ethernet HWaddr e6:50:c1:87:6e:e1
BROADCAST MULTICAST DYNAMIC 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)
Interrupt:32 Base address:0x2000
eth2 Link encap:Ethernet HWaddr 52:98:7d:06:c6:95
BROADCAST MULTICAST DYNAMIC 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)
Interrupt:33 Base address:0xa000
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:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:140 (140.0 B) TX bytes:140 (140.0 B)
sit0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1480 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:1
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
when i try to activate the Ethernet:
root@arria10:~# ifconfig eth1 up
[ 226.659266] stmmac_open: Cannot attach to PHY (error: -19)
SIOCSIFFLAGS: No such device
link do dts:
https://0bin.net/paste/ITZ+CDeSUtN-Mjob#BbjIhcsUlzt+jGgafe2mec8APHGEk2M5eBVuQNwoXhU
link to boot output:
https://0bin.net/paste/UoDPpywLADo8MtXT#sqxm5lg66CyHHhcah0JBTp4xNk0bV1SUARYSQl7a2hP
i’m using the arria 10 Soc development Kit, with Quartus Prime Pro 18.1.0
any ideas what is the issue here?
thanks