Difference between revisions of "1x USB 3.0 Plugin Module"

From apertus wiki
Jump to: navigation, search
Line 14: Line 14:
FTDI works out of the box and can be programmed/configured via USB if necessary.
FTDI works out of the box and can be programmed/configured via USB if necessary.


The Lattice FPGA needs to be programmed through the Beta - the JTAG interface (as well as control signals) of the Lattice FPGA on the USB3 plugin are connected to the IO pins of the plugin module slot.
The Lattice MachXO FPGA needs to be programmed through the Beta - the JTAG interface (as well as control signals) of the Lattice MachXO FPGA on the USB3 plugin are connected to the IO pins of the plugin module slot. A little trick is required for utilizing this:
# a special MachXO2 bitstream is loaded which basically passes through a bunch of signals between the Plugin IO pins and the PIC microcontroller
# a special PIC firmware is used which does basically the same as the original one, but with slightly different pins (i.e. those connected to MachXO GPIOs not the JTAG interface). This way the normal scripts which usually program the MachXO2 on the main board, now generate signals which get relayed to the plugin IOs


==Revisions==
==Revisions==

Revision as of 18:07, 21 January 2019

With the USB 3.0 plugin module any computer with USB 3.0 connectivity can be used as an AXIOM Recorder. This will allow us to define format/container/metadata/etc. of uncompressed raw 4k footage for the first time.

USB3.0 PCB Top populated

One AXIOM Beta USB 3.0 plugin module provides users with around 400MB/S bandwidth (3.2Gbit/s) and, in theory, this can be doubled by utilising two of the Beta's module slots. If everything works as intended this will allow for the recording of uncompressed 4K raw data, plus metadata, directly from the Beta in any frame-rate that available bandwidth can handle.


1 Development Notes

Development Status: PCB has been populated. Software in development.

The USB3 interface chip is an FTDI FT601 (https://www.ftdichip.com/Products/ICs/FT600.html) and acts as a multi channel 32-bit FIFO interface.

FTDI works out of the box and can be programmed/configured via USB if necessary.

The Lattice MachXO FPGA needs to be programmed through the Beta - the JTAG interface (as well as control signals) of the Lattice MachXO FPGA on the USB3 plugin are connected to the IO pins of the plugin module slot. A little trick is required for utilizing this:

  1. a special MachXO2 bitstream is loaded which basically passes through a bunch of signals between the Plugin IO pins and the PIC microcontroller
  2. a special PIC firmware is used which does basically the same as the original one, but with slightly different pins (i.e. those connected to MachXO GPIOs not the JTAG interface). This way the normal scripts which usually program the MachXO2 on the main board, now generate signals which get relayed to the plugin IOs

2 Revisions

PCB Top unpopulated

Current:

https://wiki.apertus.org/index.php/AXIOM_Beta_Plugin_Module_1x_USB3_v0.2r1.1