Skip to content

Commit 8891fcc

Browse files
committed
projects/adv7511:Add READMEs
Signed-off-by: Capota Bianca <[email protected]>
1 parent afcadb1 commit 8891fcc

File tree

5 files changed

+45
-7
lines changed

5 files changed

+45
-7
lines changed

projects/adv7511/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ADV7511 HDL Project
2+
3+
- Evaluation board product page: [ADV7511](https://www.analog.com/adv7511)
4+
- System documentation: https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adv7511/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|--------------------------------------------------------------|
11+
| [ADV7511](https://www.analog.com/adv7511) | 225 MHz, High Performance HDMI® Transmitter with ARC |
12+
13+
## Building the project
14+
15+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/adv7511/Readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

projects/adv7511/zc702/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ADV7511/ZC702 HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/adv7511/zc702
7+
make
8+
```
9+
10+
Corresponding device tree: [zynq-zc702-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc702-adv7511.dts)

projects/adv7511/zc706/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ADV7511/ZC706 HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/adv7511/zc706
7+
make
8+
```
9+
10+
Corresponding device tree: [zynq-zc706-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511.dts)

projects/adv7511/zed/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ADV7511/ZED HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/adv7511/zed
7+
make
8+
```
9+
10+
Corresponding device tree: [zynq-zed-adv7511.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511.dts)

0 commit comments

Comments
 (0)