4. AXI Ethernet默认不支持fixed-link模式,加载驱动的时候报错Connection timed out,跟踪发现是axienet_open函数里有访问MDIO的函数调用返回失败,手动屏蔽MDIO的访问函数后重新编译加载驱动没有出现再报错的情况:
#elif defined(XLWIP_CONFIG_INCLUDE_AXI_ETHERNET) link_speed = phy_setup_axiemac(xemacp); XAxiEthernet_SetOperatingSpeed(xemacp, link_speed); #endif netif_set_link_up(netif); eth_link_status = ETH_LINK_UP; xil_printf("Ethernet Link up\r\n"); } break; } // xil_printf("net0_link...
而在ku060上,我用了microblaze ,处理ddr需要MIG ip,处理以太网又需要axi ethernet subsystem,处理串口...
&axi_ethernet_1 { local-mac-address = [00 0a 35 00 22 02];xlnx,phy-type = <0x8>;phy-...
ZynqCANEthernetAXI-GPIOCustom-IPUARTThis paper describes an application developed on tKumarInstAbhijeetInstRajpalInstRachanaInstEdappalaInstPraveenalalInstPujaraInstHarshadInstMandaliyaInstHiteshInstFusion engineering and design
按规定,没有规钜不成方园所以18版就不行。
AxiEthernet_PhyRead(xaxiemacp, phy_addr, IEEE_STATUS_REG_OFFSET, &status); while ( !(status & IEEE_STAT_AUTONEGOTIATE_COMPLETE) ) { sleep(1); XAxiEthernet_PhyRead(xaxiemacp, phy_addr, IEEE_STATUS_REG_OFFSET, &status); } xil_printf("autonegotiation complete \r\n"); XAxiEthernet_...
size4KiB, total32MiB *** Warning - bad CRC, using default environment In: serial@e0001000 Out: serial@e0001000 Err: serial@e0001000 Net: ZYNQ GEM: e000b000, mdio bus e000b000, phyaddr -1, interface rgmii-id Warning: ethernet@e000b000 using MAC address from DT eth0: ethernet@e000b...
The Ethernet cable is used to program and communicate with the board. Step 2: Set up the SD card For details, see steps 1 through 4 in Ethernet AXI Manager for AMD Zynq SoC Devices. Step 3: Create a Vivado project Set up the AMD Vivado tool path. Use your AMD Vivado installati...
In simple designs using the AXI Ethernet IP connected to the Zynq SoC, when compiling the BSP in SDK, the error below is shown on the console: ERROR:EDK - axiethernet () - Peripheral ps7_scugic_0 has 5 interrupt ports. Should have exactly one. ...