Running CDMA the App on ZC702 - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English
  1. Open the serial communication utility with baud rate set to 115200.

    Note

    This is the baud rate that the UART is programmed to on Zynq devices.

  2. Make sure that the boot mode of the board is set to JTAG and power on.

    Note

    Refer to Setting Up the Board for information about setting up the board.

  3. Run the project by right-clicking cdma_app and selecting Run as → Run on Hardware

  4. Check the status of the CDMA transfer in the serial terminal. If the transfer is successful, the message “DMA Transfer is Successful displays. Otherwise, the serial terminal displays an error message.

    The expected result on the serial console is as follows:

    --- Entering main() ---
    Start Transfer
    
    --- Transfer Done ---
    Start Transfer
    
    --- Transfer Done ---
    XAxiCdma_Interrupt: Passed
    DMA Transfer is Successful
    

Up until now, the examples you have been working with have all been developed and debugged in a lab environment. JTAG is required to configure and control the applications. How can you deploy applications to the board so that it can run the applications after booting by itself? See the next chapter for Linux boot image configuration.