Skip to content

Commit e1dd2c1

Browse files
committed
Update READMEs with VIO info for adv7511
1 parent 41e23ff commit e1dd2c1

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

projects/adv7511/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Evaluation board product page: [ADV7511](https://www.analog.com/adv7511)
44
- System documentation: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511
55
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adv7511/index.html
6+
- Evaluation board VADJ range: 1.8V - 3.3V
67

78
## Supported parts
89

@@ -12,4 +13,4 @@
1213

1314
## Building the project
1415

15-
Please enter the folder for the FPGA carrier you want to use and read the README.md.
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/adv7511/zc702/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
<!-- no_build_example -->
2+
13
# ADV7511/ZC702 HDL Project
24

5+
- VADJ with which it was tested in hardware: 2.5V
6+
37
## Building the project
48

59
```
610
cd projects/adv7511/zc702
711
make
812
```
913

10-
Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts)
14+
Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts)
15+
Corresponding no-OS project: [adv7511](https://github.com/analogdevicesinc/no-OS/tree/main/projects/adv7511)

projects/adv7511/zc706/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
<!-- no_build_example -->
2+
13
# ADV7511/ZC706 HDL Project
24

5+
- VADJ with which it was tested in hardware: 2.5V
6+
37
## Building the project
48

59
```
610
cd projects/adv7511/zc706
711
make
812
```
913

10-
Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts)
14+
Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts)
15+
Corresponding no-OS project: [adv7511](https://github.com/analogdevicesinc/no-OS/tree/main/projects/adv7511)

projects/adv7511/zed/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
<!-- no_build_example -->
2+
13
# ADV7511/ZED HDL Project
24

5+
- VADJ with which it was tested in hardware: 2.5V
6+
37
## Building the project
48

59
```
610
cd projects/adv7511/zed
711
make
812
```
913

10-
Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts)
14+
Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts)
15+
Corresponding no-OS project: [adv7511](https://github.com/analogdevicesinc/no-OS/tree/main/projects/adv7511)

0 commit comments

Comments
 (0)