Changes between Version 10 and Version 11 of Tutorials/Wireless/mmwaveRFSoC
- Timestamp:
- Sep 24, 2020, 2:56:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveRFSoC
v10 v11 8 8 Current mmWave setup in COSMOS SB1 looks as shown in the figure below. 9 9 10 || [[Image(MISO_tutorial.jpg, 900px)]] ||10 || [[Image(MISO_tutorial.jpg, 800px)]] || 11 11 12 12 In the benchtop 60GHz setup of SandBox1, either USRP X310 or RFSoC ZCU111 can be used for baseband processing. RF Switch boxes as shown in the figure are used to select between X310 and RFSoC. RF switch commands are explained at wiki:/Resources/Services/RFSwitch. To select ZCU111 as baseband processing units, all the switches in the RF switch boxes are configured to port 2. … … 29 29 omf tell -a offh -t system:topo:allres 30 30 }}} 31 1. The image rfsoc_sivers_sb1 _cosmos.ndz is [baseline_uhd.ndz] with Sivers control software and the Xilinx XSCT software installed32 Load sivers_sb1_cosmos.ndz on srv3,srv4.31 1. The image rfsoc_sivers_sb1.ndz is [baseline_uhd.ndz] with Sivers control software and the Xilinx XSCT software installed 32 Load rfsoc_sivers_sb1.ndz on srv3,srv4. 33 33 {{{#!shell 34 omf load -i rfsoc_sivers_sb1 _cosmos.ndz -t srv3-lg1,srv4-lg134 omf load -i rfsoc_sivers_sb1.ndz -t srv3-lg1,srv4-lg1 35 35 }}} 36 36 1. Turn all the required resources on and check the status … … 69 69 === Experiment Execution === 70 70 71 ==== Configure the 10G interface ==== 72 The IP addresses for Ethernet Port 1(10G) on the RFSoCs rfdev3-3 and rfdev3-4 are hard-coded to `10.115.6.3` and `10.115.6.4` respectively. To access them from `srv3-lg1` or `srv4-lg1`, configure the network interface `enp1s0` of `srv3-lg1` to `10.115.1.3` and `srv4-lg1` to `10.115.1.4`, as follows 73 {{{#!shell-session 74 root@srv3-lg1:~# ip link set enp1s0 mtu 9000 up 75 root@srv3-lg1:~# ip addr add 10.115.1.3/16 dev enp1s0 76 root@srv3-lg1:~# ip addr show dev enp1s0 77 4: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000 78 link/ether f4:52:14:83:b9:30 brd ff:ff:ff:ff:ff:ff 79 inet 10.115.1.3/16 brd 10.115.255.255 scope global enp1s0 80 valid_lft forever preferred_lft forever 81 inet6 fe80::f652:14ff:fe83:b930/64 scope link 82 valid_lft forever preferred_lft forever 83 }}} 84 85 71 86 ==== Prepare RFSoC boards ==== 72 87 We need to download the FPGA firmware, the linux image and the rootfs over the JTAG. We use the Xilinx XSCT tool to do that. Note that this process will take around 5-10'. 73 88 74 * Configure the FPGA firmware of the rfdev3-3 from the srv3-lg1as follows:89 * Configure the FPGA firmware of the `rfdev3-3` from the `srv3-lg1` as follows: 75 90 {{{#!shell-session 76 91 root@srv3-lg1:~# cd rfsoc/firmware/sb1_rfdev3_3/ … … 78 93 }}} 79 94 80 * Configure the FPGA firmware of the rfdev3-4 from the srv4-lg1as follows:95 * Configure the FPGA firmware of the `rfdev3-4` from the `srv4-lg1` as follows: 81 96 {{{#!shell-session 82 97 root@srv4-lg1:~# cd rfsoc/firmware/sb1_rfdev3_4/