Skip to content

Commit 9ccd427

Browse files
committed
Updates
1 parent bff2dce commit 9ccd427

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

projects/adrv9026/vcu118/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ The overwritable parameters from the environment:
2727
This specific command is equivalent to running `make` only:
2828

2929
```
30-
make JESD_MODE=8B10B RX_LANE_RATE=9.83 TX_LANE_RATE=9.83 RX_JESD_M=8 RX_JESD_L=4 RX_JESD_S=1 TX_JESD_M=8 TX_JESD_L=4 TX_JESD_S=1
30+
make JESD_MODE=8B10B \
31+
RX_LANE_RATE=9.83 \
32+
TX_LANE_RATE=9.83 \
33+
RX_JESD_M=8 \
34+
RX_JESD_L=4 \
35+
RX_JESD_S=1 \
36+
TX_JESD_M=8 \
37+
TX_JESD_L=4 \
38+
TX_JESD_S=1
3139
```
3240

3341
Corresponding device tree: [vcu118_adrv9025.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/microblaze/boot/dts/vcu118_adrv9025.dts)

projects/adrv9026/zcu102/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ The overwritable parameters from the environment:
2727
This specific command is equivalent to running `make` only:
2828

2929
```
30-
make JESD_MODE=8B10B RX_LANE_RATE=9.83 TX_LANE_RATE=9.83 RX_JESD_M=8 RX_JESD_L=4 RX_JESD_S=1 TX_JESD_M=8 TX_JESD_L=4 TX_JESD_S=1
30+
make JESD_MODE=8B10B \
31+
RX_LANE_RATE=9.83 \
32+
TX_LANE_RATE=9.83 \
33+
RX_JESD_M=8 \
34+
RX_JESD_L=4 \
35+
RX_JESD_S=1 \
36+
TX_JESD_M=8 \
37+
TX_JESD_L=4 \
38+
TX_JESD_S=1
3139
```
3240

3341
Corresponding device tree: [zynqmp-zcu102-rev10-adrv9025.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9025.dts)

0 commit comments

Comments
 (0)