Forum Discussion
Altera_Forum
Honored Contributor
9 years agoEthernet data stream from HPS On-Chip RAM
Hello!
Has anyone managed to send the data stream from HPS On-Chip RAM in Linux using Ethernet? Does the Altera's Ethernet driver supports this? Or does the data must be in the HPS SDRAM? -Joonas1 Reply
- Altera_Forum
Honored Contributor
I don't know about the Linux driver.
Also, to the best of my knowledge, Altera does not provide an Ethernet driver with the hwlib (as of SocEDS 16.0) We offer a free driver package for the Cyclone V, Arria 5 & 10 and it includes a standalone driver for the EMAC (working demo witrh full source code is included). You should be able to use it, completely independent from Linux as it only handle the raw Ethernet packets. You can request the package at www.code-time.com It's released under a BSD-2 license, so you can modify the code at will and even include it in commercial products. Regards