RE: [PATCH 3/3] fpga manager: Add FT232H driver for Altera FPP

From: David Laight
Date: Fri Jul 07 2017 - 05:35:07 EST


From: Anatolij Gustschin
> Sent: 06 July 2017 21:49
>
> Add FPGA manager driver for loading Altera FPGAs via fast
> passive parallel (FPP) interface using FTDI FT232H chip.

I can't help feeling this is very specific for a particular card.

While all(?) Altera (now Intel) FPGA support FPP programming
it will require extra on-board logic to interface to anything
external - especially something as generic as the FT232H.

Since this isn't a connector that Altera put on any of their
dev boards (not any I've seen anyway), the board manufacturer
has probably picked their own assignments for the pins.

The only standard interface for programming the FPGA is the
JTAG one - and the data formats for that probably require
reverse engineering (has been done).

David