Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPGA Ethernet Support #154

Open
jbush001 opened this issue Mar 4, 2018 · 1 comment
Open

FPGA Ethernet Support #154

jbush001 opened this issue Mar 4, 2018 · 1 comment

Comments

@jbush001
Copy link
Owner

jbush001 commented Mar 4, 2018

The DE2-115 dev board has an ethernet controller. If there were a hardware block that could expose this to software running on the core, it could be used to load programs onto the board much faster than the serial port, by having the boot loader connect to the host over TFTP or some other protocol.

@jbush001
Copy link
Owner Author

jbush001 commented Mar 4, 2018

The dev board I'm using uses the following 88E1111 Ethernet transceiver (https://www.marvell.com/transceivers/assets/Marvell-Alaska-Ultra-88E1111-GbE.pdf), which can use either the MII or RGMII modes depending on a jumper on the board.

This could benefit from #151 to reduce overhead of copying packet data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant