Supported carrier boards
List of supported boards
Zynq UltraScale+ boards
Carrier board |
Supported FMC connector(s) |
|---|---|
LPC |
|
HPC0+HPC1 HPC0 |
|
LPC |
|
HPC |
For list of the target designs showing the number of cameras supported, refer to the build instructions.
Unlisted boards
If you need more information on whether the RPi Camera FMC is compatible with a carrier that is not listed above, please first check the compatibility list. If the carrier is not listed there, please contact Opsero, provide us with the pinout of your carrier and we’ll be happy to check compatibility and generate a Vivado constraints file for you.
Board specific notes
UltraZed EV carrier DisplayPort limitation
The UltraZed EV carrier has a DisplayPort connector with only a single lane connected. Not all DisplayPort monitors can operate at resolutions above 1080p on a single lane.
PYNQ-ZU and UltraZed EV carrier
Note that the PYNQ-ZU and UltraZed EV carrier boards have a fixed VADJ voltage that is set to 1.8VDC. The AMD Xilinx MIPI CSI Controller Subsystem IP documentation recommends an I/O voltage of 1.2VDC, and the Vivado tools prevent using the IP with IO standards that are not compatible with 1.2VDC. For this reason, all of the designs in this repository use 1.2VDC compatible IO standards, even though the I/O banks on the PYNQ-ZU and UltraZed EV carrier boards are powered at 1.8VDC. At the moment this is the only practical and functional workaround that we have found for these two target boards.
PYNQ-ZU
The FMC GT reference clock connects to the GTH bank 224 MGTREFCLK0P/N via a jitter attenuator device Si5324 on the PYNQ-ZU board. For correct operation of this reference design, the Si5324 must be configured to route the 100MHz FMC GT reference clock through to the GT.
To configure the Si5324 device via I2C bus, the Vivado design contains an AXI IIC IP (hdmi_axi_iic).
The PetaLinux project contains a U-boot script to configure the Si5324 and then reset the XDMA IP by
toggling the pl_resetn0 pin (Bank 5, bit 31, EMIO 95). This script can be found in
PetaLinux/bsp/pynqzu/project-spec/meta-user/recipes-bsp/u-boot/files/platform-top.h.