Skip to content

Commit 0345da3

Browse files
Stanca-Florina VancaStancaPop
Stanca-Florina Vanca
authored andcommitted
ad9467_fmc: Update README
Signed-off-by: Stanca Pop <[email protected]>
1 parent 8bc9c70 commit 0345da3

File tree

4 files changed

+42
-8
lines changed

4 files changed

+42
-8
lines changed

Diff for: projects/ad9467_fmc/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AD9467-FMC HDL Project
2+
3+
- Evaluation boards product page: [EVAL-AD9467](https://www.analog.com/eval-ad9467)
4+
- System documentation: https://wiki.analog.com/resources/eval/ad9467-fmc-250ebz
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad9467_fmc/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|-----------------------------------------|-------------------------------------------------------|
11+
| [AD9467](https://www.analog.com/ad9467) | 16-Bit, 200 MSPS/250 MSPS Analog-to-Digital Converter |
12+
13+
14+
## Building the project
15+
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

Diff for: projects/ad9467_fmc/Readme.md

-8
This file was deleted.

Diff for: projects/ad9467_fmc/kc705/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AD9467-FMC/KC705 HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad9467_fmc/kc705
7+
make
8+
```
9+
10+
Corresponding device trees:
11+
12+
- [kc705_ad9467_fmc.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/microblaze/boot/dts/kc705_ad9467_fmc.dts)
13+
- [ad9467.c](https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad9467.c)

Diff for: projects/ad9467_fmc/zed/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AD9467-FMC/Zed HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad9467_fmc/zed
7+
make
8+
```
9+
10+
Corresponding device trees:
11+
12+
- [zynq-zed-adv7511-ad9467-fmc-250ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad9467-fmc-250ebz.dts)
13+
- [ad9467.c](https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad9467.c)

0 commit comments

Comments
 (0)