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.
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.
Run the project by right-clicking cdma_app and selecting Run as → Run on Hardware
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.