diff --git a/projects/ad7768evb/README.md b/projects/ad7768evb/README.md new file mode 100644 index 00000000000..8e5a98b5ca8 --- /dev/null +++ b/projects/ad7768evb/README.md @@ -0,0 +1,16 @@ +# AD7768EVB HDL Project + +- Evaluation board product page: [EVAL-AD7768](https://www.analog.com/eval-ad7768) +- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad7768-ebz/software/baremetal +- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad7768evb/index.html + +## Supported parts + +| Part name | Description | +|---------------------------------------------|---------------------------------------------------------------------------| +| [AD7768](https://www.analog.com/ad7768) | 8-Channel, 24-Bit, Simultaneous Sampling ADC, Power Scaling, 110.8 kHz BW | +| [AD7768-4](https://www.analog.com/ad7768-4) | 4-Channel, 24-Bit, Simultaneous Sampling ADC, Power Scaling, 110.8 kHz BW | + +## Building the project + +Please enter the folder for the FPGA carrier you want to use and read the README.md. \ No newline at end of file diff --git a/projects/ad7768evb/Readme.md b/projects/ad7768evb/Readme.md deleted file mode 100755 index a75f946283e..00000000000 --- a/projects/ad7768evb/Readme.md +++ /dev/null @@ -1,10 +0,0 @@ -# AD7768EVB HDL Project - -Here are some pointers to help you: - * [Board Product Page](https://www.analog.com/EVAL-AD7768-1) - * [Board Product Page](https://www.analog.com/EVAL-AD7768) - * Parts : [DC to 204 kHz, Dynamic Signal Analysis, Precision 24-Bit ADC with Power Scaling](https://www.analog.com/ad7768-1) - * Parts : [8-Channel, 24-Bit, Simultaneous Sampling ADC, Power Scaling, 110.8 kHz BW](https://www.analog.com/ad7768) - * Project Doc: https://wiki.analog.com/resources/eval/user-guides/ad7768-ebz/software/baremetal - * HDL Doc: https://wiki.analog.com/resources/eval/user-guides/ad7768-ebz/software/baremetal - * Linux Drivers: https://wiki.analog.com/resources/tools-software/linux-drivers/iio-adc/ad7768 diff --git a/projects/ad7768evb/zed/README.md b/projects/ad7768evb/zed/README.md new file mode 100644 index 00000000000..186dcbaa74d --- /dev/null +++ b/projects/ad7768evb/zed/README.md @@ -0,0 +1,10 @@ +# AD7768EVB/ZED HDL Project + +## Building the project + +``` +cd projects/ad7768evb/zed +make +``` + +Corresponding device tree: [zynq-zed-adv7511-ad7768.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7768.dts) \ No newline at end of file