Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- I'm not a software guy, so I cannot give any detailed advice on this. But I guess you are using Linux in your system. The ethernet settings can be configured using /etc/network/interfaces. --- Quote End --- yeah, I'm running Linux system, but I'm thinking about other way. I read the technical reference of Cyclone V there is a DMA controller in EMAC module so I wanna use this DMA (or an external mgsDMA is ok) to forward my data from SDRAM directly to EMAC which support Reduced Gigabit Media Independent Interface (RGMII). If I load the data from sdram to Linux application and use Linux socket to forward to the host PC, I think this way can't give a better solution than the above.