eth_link_status = ETH_LINK_DOWN; switch (eth_link_status) { case ETH_LINK_UNDEFINED: case ETH_LINK_UP: return; case ETH_LINK_DOWN: netif_set_link_down(netif); eth_link_status = ETH_LINK_NEGOTIATING; xil_printf("Ethernet Link down\r\n"); netif->dhcp_bind_state = 0; break; case...
{ case ETH_LINK_UNDEFINED: case ETH_LINK_UP: return; case ETH_LINK_DOWN: netif_set_link_down(netif); eth_link_status1 = ETH_LINK_NEGOTIATING; xil_printf("Ethernet1 Link down\r\n"); netif->dhcp_bind_state = 0; break; case ETH_LINK_NEGOTIATING: if (phy_link_status && phy_...
Target# mkdir /configfs/device-tree/overlays/ethernet Target# echo pl.dtbo > /configfs/device-tree/overlays/ethernet/path 图194 执行如下命令关闭PS端网口eth0,并使PL端网口eth1自动获取IP地址。PL端网口本次测试的IP地址为192.168.0.250。 Target# ifconfig eth0 down Target# udhcpc -i eth1 图195 ...
内核dump [10.972675]at803x_config_init![10.973178]IPv6:ADDRCONF(NETDEV_UP):eth2:linkisnotready[11.629082]macb ff0b0000.ethernet eth0:linkup(1000/Full)[11.629110]IPv6:ADDRCONF(NETDEV_CHANGE):eth0:linkbecomesready[11.980898]xilinx_axienet a0000000.ethernet eth2:LinkisDown[13.072256]xilinx_can ff...
device_type = "ethernet-phy";reg = <1>;};};};&axi_ethernet_1 { local-mac-address = [00...
IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready appstartup ... rm: can't remove '/tmp/*': No such file or directory 0 BANK0 macb e000b000.ethernet eth0: unable to generate target frequency: 25000000 Hz macb e000b000.ethernet eth0: link up (100/Full) IPv6: ADDRCONF(NET...
ethernet0 = &gem0; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; serial0 = &uart0; serial1 = &uart1; spi0 = &qspi; }; memory { device_type ="memory"; reg = <0x00x20000000>; }; // led { // compatible = "alientek,led"; ...
66553 - PetaLinux, Zynq UltraScale+ MPSoC: Ethernet link between ZCU102 and a host machine at 100M/Full does not work Description The Ethernet link between my ZCU102 board and a host machine at 100M/Full does not work. The link keeps going up and down: [ 289.532997] macb ff0e0000....
phyaddr 1, interface rmii mdio_register: non unique device name 'eth0' , eth-1: ethernet@e000...
thesame design for a Microblaze system, you may be wondering why the Zynq design seems so much simpler. The reason is that a lot of the elements required in this design are hidden in the Zynq PS block, including the DDR3 memory controller, UART, Ethernet, Interrupt controller, Timer and...