Displaying SD CARD BMP image on HDMI monitor using EDGE Zynq SoC FPGA kit

In this demo sdcard stored photos are displayed on HDMI monitor. HDMI interface present on PL side is connected to ZYNQ PS via AXI interface. The display on the HDMI is achieved by the DMA.
DMA system reads the data from the DDR3 memory and display it on the hdmi monitor.
VDMA sent over the HDMI interface.

The ungroup hierarchy of hdmi_out

Since the VDMA display is a very important element, this experiment will detail
the build process Vivado

We have used VDMA to display HDMI. VDMA is a very key IP in Xilinx’s video processing. VDMA is a special DMA, which is specially designed for video processing. As shown in the figure above, we see that VDMA has an AXI4 Memory Map interface for reading and writing video data to the memory, an AXI4-Lite interface for reading VDMA status and configuring VDMA parameters, and an AXI4-Stream interface. Used for video input and output.
For the configuration of AXI_VDMA0, we only enable the read channel here, and the write channel is disabled. In the Advanced tab, we select master in our Genlockmode Options and enable unaligned transmission.

RGB to DVI IP directly to raw transition-minimized differential signaling(TMDS) clock and data channel output as defined in DVI 1.0 specs for source devices. It encodes 24-bit RGB video data along with the pixel clock and synchronization signals.

SDK application development

Open the SDK. In VDMA_out application project, added display_ctrl, dynclk, display_demo.h, i2c, bmp.h main.c, pic_800_600.h.
In the main function of display_demo.c, resetting the HDMI and sensor, and initialize the sensor.

pic_800_600.h is hex values of image. Once the system is programmed, this image will store into the sd card and sd card stored image will displaying on the hdmi monitor
In the main function of display_demo.c, resetting the HDMI and sensor, and initialize the sensor.

On-board verification
Copy the 1.bmp into the sd card. Insert the sdcard into the board. Connect the board and HDMI monitor as shown
Below.

Click on the program FPGA symbol to download the bit file.
Now, the done LED will be ON

Click on the vdma_out application project ->Run us ->
Launch on hardware ( system debugger) as shown below.

After the program runs, you can see the sdcard stored
image on the HDMI monitor.

×

Chat with us for queries on the EDGE FPGA kit

×