Skip to content

Update READMEs with VADJ info for adv7511 #1776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/adv7511/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Evaluation board product page: [ADV7511](https://www.analog.com/adv7511)
- System documentation: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adv7511/index.html
- Evaluation board VADJ range: 1.8V - 3.3V

## Supported parts

Expand All @@ -12,4 +13,4 @@

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
Please enter the folder for the FPGA carrier you want to use and read the README.md.
7 changes: 6 additions & 1 deletion projects/adv7511/zc702/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!-- no_build_example -->

# ADV7511/ZC702 HDL Project

- VADJ with which it was tested in hardware: 2.5V

## Building the project

```
cd projects/adv7511/zc702
make
```

Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts)
Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts)
Corresponding no-OS project: [adv7511](https://github.com/analogdevicesinc/no-OS/tree/main/projects/adv7511)
6 changes: 5 additions & 1 deletion projects/adv7511/zc706/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!-- no_build_example, no_no_os-->

# ADV7511/ZC706 HDL Project

- VADJ with which it was tested in hardware: 2.5V

## Building the project

```
cd projects/adv7511/zc706
make
```

Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts)
Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts)
6 changes: 5 additions & 1 deletion projects/adv7511/zed/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!-- no_build_example, no_no_os-->

# ADV7511/ZED HDL Project

- VADJ with which it was tested in hardware: 2.5V

## Building the project

```
cd projects/adv7511/zed
make
```

Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts)
Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts)