timvideos / HDMI2USB-numato-opsis-sample-code

Example code for the Numato Opsis board, the first HDMI2USB production board.
https://opsis.hdmi2usb.tv
49 stars 19 forks source link

Create code for the FX2 to act as a USB-UART #1

Open mithro opened 9 years ago

mithro commented 9 years ago

From @mithro on July 17, 2015 7:30

The FX2 should be loadable with firmware which makes it appear like a CDC-ACM serial port and is connected to the FPGA.

The FX2 has its two hardware UARTs connected to the FPGA;

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

mithro commented 9 years ago

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

mithro commented 9 years ago

Working firmware has been created in my branch of fx2lib - you can find it at https://github.com/mithro/fx2lib/tree/adding-cdc-examples-working

mithro commented 9 years ago

1) Checkout the "adding cdc examples working" branch of fx2lib version at https://github.com/mithro/fx2lib/tree/adding-cdc-examples-working 2) Go to fx2lib/examples/cdc/to-uart/ and compile the firmware. 3) Use the following download script at https://github.com/mithro/fx2lib/wiki/Getting-Started (or any other way to would like to load the fx2 binary).

There are a whole heap of bugs on the USB-UART stuff at the moment see https://github.com/mithro/fx2lib/issues