Skip to content

Commit 168cefb

Browse files
committed
dc2677a: Add VADJ value & build param in READMEs
Signed-off-by: Stanca Pop <stanca.pop@analog.com>
1 parent fe0ee96 commit 168cefb

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

projects/dc2677a/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: [DC2677A](https://www.analog.com/dc2677a)
44
- System documentation: https://wiki.analog.com/resources/eval/user-guides/dc2677a
55
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/dc2677a/index.html
6+
- Evaluation board VADJ range: 2.5V - 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/dc2677a/c5soc/README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1+
<!-- no_no_os -->
2+
13
# DC2677A/C5SOC HDL Project
24

5+
- VADJ with which it was tested in hardware:
6+
- 2.5V - LVDS
7+
- 3.3V - CMOS
8+
39
## Building the project
410

11+
The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
12+
513
```
614
cd projects/dc2677a/c5soc
715
make
816
```
917

10-
Corresponding device tree: [socfpga_cyclone5_sockit_dc2677a.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sockit_dc2677a.dts)
18+
The overwritable parameter from the environment:
19+
20+
- LVDS_CMOS_N - specific to the type of the data and clock signals
21+
- 0 - Single-ended data and clock signals (default)
22+
- 1 - Differential data and clock signals
23+
### Example configurations
24+
25+
#### Configuration using CMOS interface (default)
26+
27+
This specific command is equivalent to running "make" only:
28+
29+
```
30+
make LVDS_CMOS_N=0
31+
```
32+
33+
Corresponding device tree: [socfpga_cyclone5_sockit_dc2677a.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sockit_dc2677a.dts)

0 commit comments

Comments
 (0)