Hi all,
I use 4 AXI Ethernet Subsystem connected with 4 AXI DMA.
And I connect Ethernet FMC to my zedboard,
I can send packet by Ethernet FMC to my switch in JTAG mode
so, the hardware design is correct.
I use Ethenert FMC on Zedboard in Linux environment.
I can see eth1 ~ eth4 when I command ifconfig in Linux environment , but can't ping to my lab switch( ex : ping 192.168.1.1 )
Does anyone know why axi ethernet driver can't work ?
My axi ethernet driver downloaded from the website(digilent github) :
https://github.com/Digilent/linux-digilent/tree/master/drivers/net/ethernet/xilinx
( not -> https://github.com/Xilinx/linux-xlnx/tree/master/drivers/net/ethernet/xilinx )
My FPGA design is from https://github.com/fpgadeveloper/zedboard-qgige-axieth