HDMI2USB-numato-opsis-sample-code icon indicating copy to clipboard operation
HDMI2USB-numato-opsis-sample-code copied to clipboard

Get the Ethernet working with misoc

Open mithro opened this issue 10 years ago • 3 comments

From @mithro on July 17, 2015 7:48

The Ethernet uses the RGMII interface. LiteEth in misoc currently doesn't support RGMII interfaces - see https://github.com/m-labs/misoc/issues/5 for more information.

Hence;

  • [x] Add support to RGMII to LiteEth
  • [x] Get it working with the opsis board

Copied from original issue: mithro/numato-opsis-sample-code#6

mithro avatar Jul 19 '15 12:07 mithro

A quick work around might be to use an existing RGMII to GMII interface converter.

mithro avatar Jul 19 '15 12:07 mithro

This issue was moved to timvideos/HDMI2USB-numato-opsis-hardware#6

mithro avatar Jul 19 '15 12:07 mithro

This has been done by florent for the HDMI2Eth firmware (https://github.com/timvideos/HDMI2USB-misoc-firmware/blob/master/targets/opsis_base.py#L178) and the GMII interface was integrated into LiteEth https://github.com/enjoy-digital/liteeth

There is an open issue for getting gigabit working reliably for the HDMI2Eth (see https://github.com/timvideos/HDMI2USB-misoc-firmware/issues/32 ) but Gigabit works with liteEth.

mithro avatar Nov 04 '15 04:11 mithro