Hello,
In order to use the RFADC/DACs of the RFSoC4x2, it is necesary to setup the LMX/LMK clocks of the board to generate the sampling clocks.
As far I know there are libraries (xrfclk, particularly) that allows to setup the PLL for the Data Converters of the board. However my idea is not to use all the PYNQ base for my application, my purpose is to create linux applications.
In fact I already have a vivado hardware that includes the RFDC IP Block, compiles and generates bitstream that can be read in Vitis for software development. But the problem is that even though the RFDC Driver appears in vitis, the rf clocking setup driver does not appear so I can’t startup them and thus the RFDataConverters.
Is this possible? Should i do it from Petalinux Tools, or Vivado?
Thanks in advance!