File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,15 @@ The overwritable parameters from the environment:
27
27
This specific command is equivalent to running ` make ` only:
28
28
29
29
```
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
31
39
```
32
40
33
41
Corresponding device tree: [ vcu118_adrv9025.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/microblaze/boot/dts/vcu118_adrv9025.dts )
Original file line number Diff line number Diff line change @@ -27,7 +27,15 @@ The overwritable parameters from the environment:
27
27
This specific command is equivalent to running ` make ` only:
28
28
29
29
```
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
31
39
```
32
40
33
41
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 )
You can’t perform that action at this time.
0 commit comments