Hi,
My setup is the ZCU102 + AD9081-FMCA-EBZ. I'm testing the current reference design both versions available with device trees:
zynqmp-zcu102-rev10-ad9081.dts
zynqmp-zcu102-rev10-ad9081-m8-l4.dts
I'm testing using the IIO Oscilloscope. The reference design uses 12 GHz for the sampling rate. This seems to be hardcoded into the design, unlike whatever design is loaded when using the ADS9 with ACE (correct me if I'm wrong on this please).
How do I change this sampling clock from 12 GHz to say 8 GHz?
My first thought was that I need to simply modify the dts file and make for a new system.dtb to be loaded because I noticed this parameter, as well as other parameters, are all listed in the device tree. However, further investigation leads me to believe that this is either wrong or an insufficient step.
I've found another question here that I thought was similar (How to change the sampling rate of AD9081 - Q&A - FPGA Reference Designs - EngineerZone (analog.com)), however, the response there was to go modify the system_project.tcl and to do "make" again. However, I don't fully understand this because looking at system_project.tcl, there is no parameter for reference clock, and also there is no mention there of what to do with the device tree.
Can you please clarify for me what are the steps required to make the change that I need (or another similar change in the future) and direct me on the right path?
Thanks,