This guide provides some quick instructions (still takes awhile to download, and set things up) on how to setup the AD-FMCJESDADC1-EBZ on the:
The platforms are limited due to the requirements for 4 high speed serial lanes capable of JESD204B transactions at 5.0Gbps.
Follow the instructions at the Create SD Image for Zynq Boards. This is a generic image, which supports multiple platforms including the AD-FMCJESDADC1-EBZ.
All the products described on this page include ESD (electrostatic discharge) sensitive devices. Electrostatic charges as high as 4000V readily accumulate on the human body or test equipment and can discharge without detection.
Although the boards feature ESD protection circuitry, permanent damage may occur on devices subjected to high-energy electrostatic discharges. Therefore, proper ESD precautions are recommended to avoid performance degradation or loss of functionality. This includes removing static charge on external equipment, cables, or antennas before connecting to the device.
You will need to:
To look at the converter performance, this is not the correct platform, for all the reasons that it describes in the Board description.
To get a gross approximation of what is going on, you can use the IIO Oscilloscope application.
Note - that the specifications of the converter, are better than most signal generators. Don't be surprised when you see spurs, or performance issues due to not having a good enough source.
Link performance can also be examined - for this, you should look at the eye scan docs.
Visual Analog™ is a software package that combines a powerful set of simulation and data analysis tools with a user-friendly graphical interface. VisualAnalog allows designers to measure ADC performance with real input waveforms. Downloading and Installing Visual Analog is done from here
The first thing that must be done is to ensure that both the ZC706 and your PC which has Visual Analog on it are on the same network. This can be done in a variety of ways, from using a cross over cable to plugging things into a common network, and having both use DHCP.
Just plug both platforms (a) your PC running Visual Analog, and (b) your ZC706 into a common network. As long as both systems are connected somehow, without a firewall between them, it's now just a matter of finding out the IP address of the ZC706 - which is pretty easy to do in a terminal (just press CNTL-ALT-T at the same time on the keyboard attached to the ZC706), then:
analog@linaro-ubuntu-desktop:~$ ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0a:35:00:01:22 brd ff:ff:ff:ff:ff:ff inet 169.254.2.35/16 brd 169.254.255.255 scope global eth1
Your IP address is on the last line 169.254.2.35.
This is what you would type into the address box in the IIO client for Visual Analog.
Using a cross over cable is a pretty easy way to do things. The settings on Windows is pretty easy - (a) turn your computer on. (b) plug the cross over cable into both PC and ZC706. That's it.
On the ZC706, it's just a simple matter of configuring the network to use Link Local addressing. To do this, just:
Goto the systems settings icon on the left side of the screen
This should bring up the system settings pannel.
Click on the “network” settings.
Click on the “options” button. This should bring up the “Editing Wired Connection” panel.
Move over to the “IPv4 Settings” tab, and change the “Method” to “Link-Local Only”.
Click “Save”. You will normally be asked for the root password. This is “analog” (all lower case, no quotes). Then you should see a IP Address of 169.254.x.x in the window. Copy this address down, as it is the address you will need for Visual Analog.
This is what you would type into the address box in the IIO client for Visual Analog.