Changes between Version 35 and Version 36 of Tutorials/Wireless/mmwave Paam Real TimePHY


Ignore:
Timestamp:
Sep 11, 2024, 7:37:38 PM (6 weeks ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Real TimePHY

    v35 v36  
    312312In this section, we are going to cover to how to **Savannah-mc** in **RRU** mode.
    313313
    314 Please double-check the CMake flags in {{{~/Savannah/agora-mmwave/build}}} directory.
     314Please double-check the CMake flags in {{{~/Savannah/agora-mmwave/build}}} directory. Specifically for the CMake flag: {{{RADIO_TYPE}}}, you should update from {{{SIMULATION}}} to {{{PURE_UHD}}}.
    315315{{{#!shell
    316316# you are expect to see the following results:
     
    364364You are expected to see UHD is being linked and using UHD Version: 4.1.0.HEAD-0-g25d617ca.
    365365
    366 
     366Please then recompile the program by running:
     367{{{#!shell
     368root@srv1-lg1:~/Savannah/agora-mmwave/build# make -j
     369}}}
     370
     371