Skip to content

Commit 1a4a612

Browse files
author
Brett Witherspoon
committed
Add note about 100G Ethernet IP
1 parent 6d9b4e2 commit 1a4a612

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

quick-start-guides/usrp-x410.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,20 @@ source setupenv.sh --vivado-path=/tools/Xilinx/Vivado
115115
make help
116116
```
117117

118+
Images that use 100G Ethernet requires an additonal no cost license for [Xilinx 100G Ethernet IP](https://www.xilinx.com/products/intellectual-property/cmac_usplus.html). Until this is added to the ExCL license server you can download the license to `~/.Xilinx/Xilinx.lic` or similaer and append it to the `XILINXD_LICENSE_FILE` evironment variable using a colon:
119+
120+
```shell
121+
export XILINXD_LICENSE_FILE=2100@license:$HOME/.Xilinx/Xilinx.lic
122+
```
123+
118124
The default image *X410_X4_200* requires greater then 16 GB of memory (~17 GB peak). Currently arias only has 16 GB of memory so only smaller images like the *X410_X1_100* can be built.
119125

120126
```shell
121127
make X410_X1_100
122128
```
123129

130+
Program the image as follows:
131+
124132
```shell
125133
uhd_image_loader --args type=x4xx,mgmt_addr=x410-0 --fpga-path build/usrp_x410_fpga_X1_100.bit
126134
uhd_usrp_probe --args mgmt_addr=x410-0

0 commit comments

Comments
 (0)