Hi,
I'm working on a custom board bringup based on the adrv9009-pcbz.
The design uses a different VCXO frequency for the ad9528. I've generated a profile using the profile wizard to set a sample rate compatible with that vcxo.
I also had to disable some of the channels as they are not routed on the board. This was causing the initial calibrations to timeout.
Once booted in Linux, I'm able to check that everything is fine with jesd204 interface using`jesd_status`.
when I try to sample data using `pyadi-iio`, I can only get null values (I=0, Q=0) on RX0 while RX1 seems to be working fine.
I noticed the same behavior using the adrv9009 example application from llibiio.
What could be the source of this issue? A bad profile? A bad jesd204 configuration?
do I have to change jesd204 parameters when I disable channels with `adi,obs-settings-obs-rx-channels-enable` for example?
I tried booting my zcu102 image with a my values for `adi,obs-settings-obs-rx-channels-enable` and `adi,tx-settings-tx-channels` and things seem to be working fine.
Also, can booting Linux with unrouted channels enabled damage the device?
Thanks for your help,
Liam