Open mithro opened 9 years ago
This issue was moved to timvideos/HDMI2USB-numato-opsis-hardware#1
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
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
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