| SLA Status | Assignee | Support Status |
|---|---|---|
| SLA Closed. Met after 3 hours |
JAlipio |
Awaiting Company Response |
AD9083
Recommended for New Designs
The AD9083 is a 16-channel, 125 MHz bandwidth, continuous time Σ-Δ (CTSD) ADC. The device features an on-chip, programmable, single-pole antialiasing...
Datasheet
AD9083 on Analog.com
I am using ad9083ebz interfaced to zcu102 to read 16 channel adc data via serdes.
I ported petalinux2023.2 with meta-adi-2023_r2 layer added in user defined yocto layer and added zynqmp-zcu102-rev10-ad9083-fmc-ebz.dts file to access ad9083 using iio drivers.
This setup is working fine, I am able to read 16 channel adc data via iio buffer.
Now I need to do the same in petalinux2021.2 as we have some cross compiled libraries in petalinux2021.2. but I am unable to locate meta-adi layer for 2021.2 branch.
can you guide me where to get meta-adi layer for 2021.2 branch
Hello,
Here is the link to the 2021_R2 branch of the meta-adi repo. This version of the layer supports Petalinux 2021.2.
analogdevicesinc/meta-adi at 2021_R2
All the best,
Eric
Thank you Eric